{
    "title": "My CMS Site",
    "url": "http://localhost:4096",
    "tagline": "This is the Domma CMS",
    "theme": "silver-dark",
    "seo": {
        "defaultTitle": "My Bloggy Thing",
        "titleSeparator": " | ",
        "defaultDescription": "A site built with Domma CMS"
    },
    "footer": {
        "copyright": "© My Site. All rights reserved.",
        "links": []
    },
    "social": {
        "twitter": "",
        "facebook": "",
        "instagram": "",
        "linkedin": "",
        "github": "",
        "youtube": ""
    },
    "smtp": {
        "host": "",
        "port": 587,
        "user": "",
        "pass": "",
        "secure": false,
        "fromAddress": "",
        "fromName": ""
    },
    "adminBrand": {
        "title": "Domma CMS"
    },
    "fontFamily": "Nunito",
    "fontSize": 18,
    "autoTheme": {
        "enabled": false,
        "dayTheme": "charcoal-light",
        "nightTheme": "charcoal-dark",
        "dayStart": "07:00",
        "nightStart": "19:00"
    },
    "adminTheme": "silver-dark",
    "layoutOptions": {
        "spacerSize": 40
    },
    "backToTop": {
        "enabled": true,
        "scrollThreshold": 300,
        "position": "bottom-right",
        "offset": 32,
        "bottomOffset": 32,
        "label": "",
        "smooth": true
    },
    "cookieConsent": {
        "enabled": true,
        "message": "",
        "acceptAllText": "Accept All",
        "rejectAllText": "Reject All",
        "customizeText": "Customize",
        "savePreferencesText": "Save Preferences",
        "privacyPolicyText": "Privacy Policy",
        "privacyPolicyUrl": "",
        "cookiePolicyText": "Cookie Policy",
        "cookiePolicyUrl": "",
        "position": "bottom",
        "layout": "bar",
        "theme": "dark",
        "showFunctional": true,
        "showAnalytics": true,
        "showMarketing": true,
        "consentVersion": "1.0"
    },
    "breadcrumbs": {
        "enabled": false,
        "homeLabel": "Home",
        "position": "TR",
        "offsetX": 64,
        "offsetY": 64
    },
    "brand": {
        "text": "My Bloggy Thing",
        "logo": null,
        "url": "/"
    }
}
