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

Using clean JSON instead of YAML #123 #117

This commit is contained in:
Awilum
2019-04-24 15:29:12 +03:00
parent 9f9c60f9f1
commit bcb2f142df
4 changed files with 16 additions and 11 deletions

View File

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

View File

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

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

@@ -0,0 +1,13 @@
{
"name": "Site",
"version": "1.0.0",
"description": "Site 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: Site
version: 1.0.0
description: "Site 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