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

Using clean JSON instead of YAML #123 #117

This commit is contained in:
Awilum
2019-04-24 16:56:27 +03:00
parent 8abffeb86c
commit 5070309dde

View File

@@ -1,60 +1,60 @@
{
"title": "Flextype",
"description": "Build fast, flexible, easier to manage websites with Flextype.",
"keywords": "flextype, php, cms, flat-file cms, flat cms, flatfile cms, html",
"robots": "index, follow",
"author": {
"email": "",
"name": ""
},
"timezone": "UTC",
"charset": "UTF-8",
"date_format": "F d Y H:i:s",
"theme": "default",
"locale": "en_US",
"entries": {
"main": "home",
"media": {
"upload_images_quality": 70,
"upload_images_width": 1600,
"upload_images_height": 0,
"accept_file_types": "gif, jpg, jpeg, png, ico, zip, tgz, txt, md, doc, docx, pdf, epub, xls, xlsx, ppt, pptx, mp3, ogg, wav, m4a, mp4, m4v, ogv, wmv, avi, webm, svg"
},
"error404": {
"title": "Error 404",
"description": "We're sorry but the page you are looking for doesn't appear to exist!",
"content": "We're sorry but the page you are looking for doesn't appear to exist!",
"template": "default"
}
},
"errors": {
"display": true
},
"cache": {
"enabled": false,
"prefix": "flextype",
"driver": "auto",
"lifetime": 604800,
"memcache": {
"server": "localhost",
"port": 11211
},
"memcached": {
"server": "localhost",
"port": 11211
},
"redis": {
"socket": false,
"password": false,
"server": "localhost",
"port": 6379
},
"sqlite3": {
"database": "flextype",
"table": "flextype"
}
},
"admin_panel": {
"theme": "light"
}
"title":"Flextype",
"description":"Build fast, flexible, easier to manage websites with Flextype.",
"keywords":"flextype, php, cms, flat-file cms, flat cms, flatfile cms, html",
"robots":"index, follow",
"author":{
"email":"",
"name":""
},
"timezone":"UTC",
"charset":"UTF-8",
"date_format":"F d Y H:i:s",
"theme":"default",
"locale":"en_US",
"entries":{
"main":"home",
"media":{
"upload_images_quality":70,
"upload_images_width":1600,
"upload_images_height":0,
"accept_file_types":"gif, jpg, jpeg, png, ico, zip, tgz, txt, md, doc, docx, pdf, epub, xls, xlsx, ppt, pptx, mp3, ogg, wav, m4a, mp4, m4v, ogv, wmv, avi, webm, svg"
},
"error404":{
"title":"Error 404",
"description":"We're sorry but the page you are looking for doesn't appear to exist!",
"content":"We're sorry but the page you are looking for doesn't appear to exist!",
"template":"default"
}
},
"errors":{
"display":true
},
"cache":{
"enabled":false,
"prefix":"flextype",
"driver":"auto",
"lifetime":604800,
"memcache":{
"server":"localhost",
"port":11211
},
"memcached":{
"server":"localhost",
"port":11211
},
"redis":{
"socket":false,
"password":false,
"server":"localhost",
"port":6379
},
"sqlite3":{
"database":"flextype",
"table":"flextype"
}
},
"admin_panel":{
"theme":"light"
}
}