You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I integrate the klaro cookie consent through nodemodules in my website and also the config file.
But I don't understand why it is loading directly with the class cookie-notice-hiddenadded.
This is my config file:
varklaroConfig={version: 2,cookieName: 'klaro',elementID: 'klaro',lang: 'de',noNotice: true,poweredBy: '',storageMethod: 'cookie',testing: false,translations: {de: {privacyPolicyUrl: 'https://www.kdjfs.de/langerecht/datenschutz',consentModal: {title: 'Wir brauchen Ihre Zustimmung',description: 'Wir benötigen Ihre Zustimmung zur Verwendung von Cookies. ',},klaro: {description: 'Wir setzen einen Cookie, um den Zustand der getroffenen Auswahl im Cookie-Banner zu speichern.',},googlemaps: {description: 'Darstellung von Karten',},purposes: {essenziell: 'Essenziell',analytics: 'Statistiken',externalmedia: 'Drittanbieter Plugins'},},},// This is a list of third-party services that Klaro will manage for you.services: [{name: 'klaro',title: "Technisch notwendiges Cookies",required: true,purposes: ['essenziell'],cookies: ['klaro','PHPSESSID'],},{name: 'googlemaps',default: false,title: 'Google Maps',purposes: ['externalmedia'],required: false,optOut: false,onlyOnce: true,},],};
Hello,
I integrate the klaro cookie consent through nodemodules in my website and also the config file.
But I don't understand why it is loading directly with the class
cookie-notice-hidden
added.This is my config file:
And so I integrate it:
And can it be that the manual is for version 1?
Best
The text was updated successfully, but these errors were encountered: