{ "core": { "dbHash": { "defaultValue": null }, "nextUpdateCheck": { "defaultValue": null }, "displayUpdateNotification": { "defaultValue": null }, "seenNotifications": { "defaultValue": "[]" } }, "blog": { "title": { "defaultValue": "Ghost" }, "description": { "defaultValue": "Just a blogging platform." }, "logo": { "defaultValue": "" }, "cover": { "defaultValue": "" }, "icon": { "defaultValue": "" }, "defaultLang": { "defaultValue": "en_US", "validations": { "isEmpty": false } }, "activeTimezone": { "defaultValue": "Etc/UTC", "validations": { "isTimezone": true, "isEmpty": false } }, "forceI18n": { "defaultValue": "true", "validations": { "isEmpty": false, "isIn": [["true", "false"]] } }, "permalinks": { "defaultValue": "/:slug/", "validations": { "matches": "^(\/:?[a-z0-9_-]+){1,5}\/$", "matches": "(:id|:slug|:year|:month|:day|:author)", "notContains": "/ghost/" } }, "amp": { "defaultValue" : "true" }, "ghost_head": { "defaultValue" : "" }, "ghost_foot": { "defaultValue" : "" }, "facebook": { "defaultValue" : "" }, "twitter": { "defaultValue" : "" }, "labs": { "defaultValue": "{}" }, "navigation": { "defaultValue": "[{\"label\":\"Home\", \"url\":\"/\"}]" }, "slack": { "defaultValue": "[{\"url\":\"\"}]" } }, "theme": { "activeTheme": { "defaultValue": "casper" } }, "app": { "activeApps": { "defaultValue": "[]" }, "installedApps": { "defaultValue": "[]" } }, "private": { "isPrivate": { "defaultValue": "false" }, "password": { "defaultValue": "" } } }