mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
27ba9289d6
closes #593 - added default setting of 6 posts per page - added posts per page to settings page - added limit to frontend.js (setting does not change API behavior)
53 lines
1.2 KiB
JSON
53 lines
1.2 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"
|
|
},
|
|
{
|
|
"key": "postsPerPage",
|
|
"value": "6",
|
|
"type": "blog"
|
|
}
|
|
|
|
]
|