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

feat(site-plugin): update Site plugin #212 #186

BREAKING CHANGE: JSON files should be converted to YAML files
- site/plugins/site/plugin.json => site/plugins/site/plugin.yaml
- site/plugins/site/settings.json => site/plugins/site/settings.yaml
- site/plugins/site/lang/ru_RU.json => site/plugins/site/lang/ru_RU.yaml
- site/plugins/site/lang/en_US.json => site/plugins/site/lang/en_US.yaml
This commit is contained in:
Awilum
2019-08-20 23:14:46 +03:00
parent 4c06490aac
commit adedb0b81b
8 changed files with 14 additions and 23 deletions

View File

@@ -1,3 +0,0 @@
{
"site_powered_by_flextype": "Build fast, flexible, easier to manage websites with <a href=\"http://flextype.org\" target=\"_blank\">Flextype</a>."
}

View File

@@ -0,0 +1 @@
site_powered_by_flextype: Build fast, flexible, easier to manage websites with <a href="http://flextype.org" target="_blank">Flextype</a>.

View File

@@ -1,3 +0,0 @@
{
"site_powered_by_flextype": "Создавайте быстрые и легкие в управлении веб-сайты c <a href=\"http://flextype.org/ru\" target=\"_blank\">Flextype</a>."
}

View File

@@ -0,0 +1 @@
site_powered_by_flextype: Создавайте быстрые и легкие в управлении веб-сайты c <a href="http://flextype.org/ru" target="_blank">Flextype</a>.

View File

@@ -1,13 +0,0 @@
{
"name": "Site",
"version": "0.0.0",
"description": "Site plugin for Flextype",
"author": {
"name": "Sergey Romanenko",
"email": "hello@romanenko.digital",
"url": "http://flextype.org"
},
"homepage": "https://github.com/flextype",
"bugs": "https://github.com/flextype/issues",
"license": "MIT"
}

10
site/plugins/site/plugin.yaml Executable file
View File

@@ -0,0 +1,10 @@
name: Site
version: 0.0.0
description: Site plugin for Flextype
author:
name: Sergey Romanenko
email: hello@romanenko.digital
url: http://flextype.org
homepage: https://github.com/flextype
bugs: https://github.com/flextype/issues
license: MIT

View File

@@ -1,4 +0,0 @@
{
"enabled": true,
"priority": -1000000
}

View File

@@ -0,0 +1,2 @@
enabled: true
priority: -1000000