mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
e24b5c3382
On server load, check for settings which have not been set, and apply a default value to the settings table from a JSON file.
47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
[
|
|
{
|
|
"key": "title",
|
|
"value": "Ghost",
|
|
"type": "blog"
|
|
},
|
|
{
|
|
"key": "description",
|
|
"value": "Just a blogging platform.",
|
|
"type": "blog"
|
|
},
|
|
{
|
|
"key": "email",
|
|
"value": "ghost@example.com",
|
|
"type": "general"
|
|
},
|
|
{
|
|
"key": "activePlugins",
|
|
"value": "",
|
|
"type": "general"
|
|
},
|
|
{
|
|
"key": "activeTheme",
|
|
"value": "content/themes/casper",
|
|
"type": "general"
|
|
},
|
|
{
|
|
"key": "currentVersion",
|
|
"value": "002",
|
|
"type": "core"
|
|
},
|
|
{
|
|
"key": "installedPlugins",
|
|
"value": "[]",
|
|
"type": "core"
|
|
},
|
|
{
|
|
"key": "logo",
|
|
"value": "",
|
|
"type": "blog"
|
|
},
|
|
{
|
|
"key": "icon",
|
|
"value": "",
|
|
"type": "blog"
|
|
}
|
|
]
|