2013-09-02 05:49:08 +04:00
|
|
|
{
|
2013-09-14 22:04:41 +04:00
|
|
|
"core": {
|
2013-09-15 01:13:59 +04:00
|
|
|
"databaseVersion": {
|
2013-11-24 18:29:36 +04:00
|
|
|
"defaultValue": "001"
|
2013-12-16 14:16:06 +04:00
|
|
|
},
|
|
|
|
"dbHash": {
|
|
|
|
"defaultValue": null
|
2014-01-03 19:50:03 +04:00
|
|
|
},
|
|
|
|
"nextUpdateCheck": {
|
|
|
|
"defaultValue": null
|
|
|
|
},
|
|
|
|
"displayUpdateNotification": {
|
|
|
|
"defaultValue": false
|
2013-09-14 22:04:41 +04:00
|
|
|
}
|
|
|
|
},
|
2013-09-02 05:49:08 +04:00
|
|
|
"blog": {
|
|
|
|
"title": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": "Ghost"
|
2013-09-02 05:49:08 +04:00
|
|
|
},
|
|
|
|
"description": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": "Just a blogging platform."
|
2013-09-02 05:49:08 +04:00
|
|
|
},
|
2013-09-14 22:04:41 +04:00
|
|
|
"email": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": "ghost@example.com",
|
2013-09-14 22:04:41 +04:00
|
|
|
"validations": {
|
|
|
|
"notNull": true,
|
|
|
|
"isEmail": true
|
|
|
|
}
|
|
|
|
},
|
2013-09-02 05:49:08 +04:00
|
|
|
"logo": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": ""
|
2013-09-02 05:49:08 +04:00
|
|
|
},
|
|
|
|
"cover": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": ""
|
2013-09-02 05:49:08 +04:00
|
|
|
},
|
|
|
|
"defaultLang": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": "en_US",
|
2013-09-02 05:49:08 +04:00
|
|
|
"validations": {
|
|
|
|
"notNull": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"postsPerPage": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": "6",
|
2013-09-02 05:49:08 +04:00
|
|
|
"validations": {
|
|
|
|
"notNull": true,
|
2013-09-19 10:55:37 +04:00
|
|
|
"isInt": true,
|
|
|
|
"max": 1000
|
2013-09-02 05:49:08 +04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"forceI18n": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": "true",
|
2013-09-02 05:49:08 +04:00
|
|
|
"validations": {
|
|
|
|
"notNull": true,
|
|
|
|
"isIn": ["true", "false"]
|
|
|
|
}
|
2013-11-21 22:44:18 +04:00
|
|
|
},
|
|
|
|
"permalinks": {
|
|
|
|
"defaultValue": "/:slug/",
|
|
|
|
"validations": {
|
|
|
|
"is": "^(/:?[a-z]+){1,}/$",
|
|
|
|
"regex": "(:id|:slug)",
|
|
|
|
"notContains": "/ghost/"
|
|
|
|
}
|
2013-09-02 05:49:08 +04:00
|
|
|
}
|
|
|
|
},
|
2013-09-14 22:04:41 +04:00
|
|
|
"theme": {
|
2013-09-02 05:49:08 +04:00
|
|
|
"activeTheme": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": "casper"
|
2013-09-02 05:49:08 +04:00
|
|
|
}
|
|
|
|
},
|
2014-01-21 12:45:27 +04:00
|
|
|
"app": {
|
|
|
|
"activeApps": {
|
2013-09-15 20:03:31 +04:00
|
|
|
"defaultValue": "[]"
|
|
|
|
},
|
2014-01-21 12:45:27 +04:00
|
|
|
"installedApps": {
|
2013-09-15 01:39:31 +04:00
|
|
|
"defaultValue": "[]"
|
2013-09-02 05:49:08 +04:00
|
|
|
}
|
2013-09-02 05:49:08 +04:00
|
|
|
}
|
2013-09-02 05:49:08 +04:00
|
|
|
}
|