mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 05:43:10 +02:00
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:
@@ -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>."
|
||||
}
|
1
site/plugins/site/lang/en_US.yaml
Executable file
1
site/plugins/site/lang/en_US.yaml
Executable 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>.
|
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"site_powered_by_flextype": "Создавайте быстрые и легкие в управлении веб-сайты c <a href=\"http://flextype.org/ru\" target=\"_blank\">Flextype</a>."
|
||||
}
|
1
site/plugins/site/lang/ru_RU.yaml
Executable file
1
site/plugins/site/lang/ru_RU.yaml
Executable file
@@ -0,0 +1 @@
|
||||
site_powered_by_flextype: Создавайте быстрые и легкие в управлении веб-сайты c <a href="http://flextype.org/ru" target="_blank">Flextype</a>.
|
@@ -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
10
site/plugins/site/plugin.yaml
Executable 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
|
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"priority": -1000000
|
||||
}
|
2
site/plugins/site/settings.yaml
Normal file
2
site/plugins/site/settings.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
enabled: true
|
||||
priority: -1000000
|
Reference in New Issue
Block a user