1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 17:44:17 +02:00

Using clean JSON instead of YAML #123 #117

This commit is contained in:
Awilum
2019-04-24 15:45:49 +03:00
parent 8758b7c053
commit f0667e4452
4 changed files with 16 additions and 11 deletions

13
site/plugins/admin/admin.json Executable file
View File

@@ -0,0 +1,13 @@
{
"name": "Admin",
"version": "0.0.0",
"description": "Admin plugin for Flextype",
"author": {
"name": "Sergey Romanenko",
"email": "awilum@yandex.ru",
"url": "http://flextype.org"
},
"homepage": "https://github.com/flextype-plugins/admin",
"bugs": "https://github.com/flextype-plugins/admin/issues",
"license": "MIT"
}

View File

@@ -1,10 +0,0 @@
name: Admin
version: 0.0.0
description: "Admin plugin for Flextype"
author:
name: Sergey Romanenko
email: awilum@yandex.ru
url: http://flextype.org
homepage: https://github.com/flextype-plugins/admin
bugs: https://github.com/flextype-plugins/admin/issues
license: MIT

View File

@@ -0,0 +1,3 @@
{
"enabled": true
}

View File

@@ -1 +0,0 @@
enabled: true