2013-09-01 20:49:08 -05:00
|
|
|
{
|
2013-09-14 13:04:41 -05:00
|
|
|
"core": {
|
2013-09-14 16:13:59 -05:00
|
|
|
"databaseVersion": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": "000"
|
2013-09-14 13:04:41 -05:00
|
|
|
}
|
|
|
|
},
|
2013-09-01 20:49:08 -05:00
|
|
|
"blog": {
|
|
|
|
"title": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": "Ghost"
|
2013-09-01 20:49:08 -05:00
|
|
|
},
|
|
|
|
"description": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": "Just a blogging platform."
|
2013-09-01 20:49:08 -05:00
|
|
|
},
|
2013-09-14 13:04:41 -05:00
|
|
|
"email": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": "ghost@example.com",
|
2013-09-14 13:04:41 -05:00
|
|
|
"validations": {
|
|
|
|
"notNull": true,
|
|
|
|
"isEmail": true
|
|
|
|
}
|
|
|
|
},
|
2013-09-01 20:49:08 -05:00
|
|
|
"logo": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": ""
|
2013-09-01 20:49:08 -05:00
|
|
|
},
|
|
|
|
"cover": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": ""
|
2013-09-01 20:49:08 -05:00
|
|
|
},
|
|
|
|
"defaultLang": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": "en_US",
|
2013-09-01 20:49:08 -05:00
|
|
|
"validations": {
|
|
|
|
"notNull": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"postsPerPage": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": "6",
|
2013-09-01 20:49:08 -05:00
|
|
|
"validations": {
|
|
|
|
"notNull": true,
|
|
|
|
"isNumeric": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"forceI18n": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": "true",
|
2013-09-01 20:49:08 -05:00
|
|
|
"validations": {
|
|
|
|
"notNull": true,
|
|
|
|
"isIn": ["true", "false"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2013-09-14 13:04:41 -05:00
|
|
|
"theme": {
|
2013-09-01 20:49:08 -05:00
|
|
|
"activePlugins": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": ""
|
2013-09-01 20:49:08 -05:00
|
|
|
},
|
|
|
|
"activeTheme": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": "casper"
|
2013-09-01 20:49:08 -05:00
|
|
|
}
|
|
|
|
},
|
2013-09-14 13:04:41 -05:00
|
|
|
"plugin": {
|
2013-09-01 20:49:08 -05:00
|
|
|
"installedPlugins": {
|
2013-09-14 16:39:31 -05:00
|
|
|
"defaultValue": "[]"
|
2013-09-01 20:49:08 -05:00
|
|
|
}
|
2013-09-01 20:49:08 -05:00
|
|
|
}
|
2013-09-01 20:49:08 -05:00
|
|
|
}
|