Example configuration here is provided for testing and reference purposes only.

<script>
var customCSS="";
var gravitoCMPConfig = {
    core: {
        cookieName: "GCString",
        cookieExpiry: 365,
        settingBtnId:"manageSettings",
        version:1,
        consents: [
		{ type: "consent", id: 1, name: "Necessary", description: "Necessary cookies and similar technologies implements the basic functions of the website such as page navigation, use of forms and shopping cart functionality. Without these technologies the website will not work properly.", descriptionLegal: "",isConsentable:true },{ type: "consent", id: 2, name: "Functional", description: "Functional cookies and similar technologies make it possible to save information that changes the way the website appears to you or functions. For instance your preferred language and region.", descriptionLegal: "",isConsentable:true },{ type: "consent", id: 3, name: "Analytics and user experience", description: "Analytics and user experience related cookies and similar technologies allow us to collect information about how our website is used. This information helps us to improve the content and usability of the website.", descriptionLegal: "",isConsentable:true },{ type: "consent", id: 4, name: "Marketing", description: "Marketing cookies and similar technologies are used to track visitors across websites. The intention is to display ads that are relevant and interesting to you and thus more valuable for us and third-party advertisers.", descriptionLegal: "",isConsentable:true }
        ],
    },
    text: {
        firstLayer: {
            title: "Cookie settings",
            introductionText: "We use cookies and similar technologies to improve and personalize your experience and to display ads. By clicking \"Accept all\", you agree to the use of cookies and similar technologies. ",
            consentableItemDescription: "",
            legalFooter: "",
            privacyPolicyUrl: "https://www.gravito.net/#privacy-policy",
            privacyLabel:"Cookiepolicy",
            checkBoxLabels:{
                "consent": "",
            },
            actions: ["Accept all", "Manage preferences"]
        },

        secondLayer: {
            title: "Cookie settings",
            introductionText: "We use cookies and similar technologies to improve and personalize your experience and to display ads. By clicking \"Accept all\", you agree to the use of cookies and similar technologies. ",
            consentableItemDescription: "{{secondLayerConsentableItemDescription}}",
            legalFooter: "{{secondLayerLegalFooter}}",
            privacyPolicyUrl: "{{secondLayerPrivacyPolicyUrl}}",
            privacyLabel:"",
            checkBoxLabels:{
                "consent": "",
            },
            actions: ["Accept all", "Accept selected", "Reject all"]
        },
      
      
        confirmationLayer: {
            confirmationForUncheck: {
                heading: "Are you sure?",
                paragraphs: [
                    "These cookies, identifiers and technologies are used to optimize your user experience and leaving these off can affect it."
                ]
            },
            confirmationForAcceptSelected: {
                heading: "Are you sure?",
                paragraphs: [
                    "These cookies, identifiers and technologies are used to optimize your user experience and leaving these off can affect it."
                ]
            },
            actions:["Cancel","Yes"]
        },
    },
    style: {
        logoUrl: "https://cdn.gravito.net/logos/gravito_logo_white_background_150px.png",
        primaryColor: "#ffa500",
        secondaryColor: "#666666",
	customCSS:customCSS,
        fonts: [
            {
                url:"https://fonts.gstatic.com/s/manrope/v1/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FN_M-bnBeA.woff2",
                unicodeRange:"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;"
            },
            {
                url:"https://fonts.gstatic.com/s/manrope/v1/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FN_C-bk.woff2",
                unicodeRange:"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;"
            },

        ]

    }
}

window.gravitoCMPConfig = gravitoCMPConfig;
</script>