You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.8 KiB
41 lines
1.8 KiB
<script type="text/javascript"> |
|
tarteaucitron.init({ |
|
"privacyUrl": "", /* Privacy policy url */ |
|
|
|
"hashtag": "#tarteaucitron", /* Ouverture automatique du panel avec le hashtag */ |
|
"cookieName": "tarteaucitron", /* Cookie name */ |
|
|
|
"orientation": "#CONFIG{tarteaucitron/orientation, top}", /* le bandeau doit être en haut (top) ou en bas (bottom) ? */ |
|
|
|
/* Gestion petit bandeau */ |
|
"showAlertSmall": false, /* afficher le petit bandeau en bas à droite ? */ |
|
"cookieslist": false, /* Afficher la liste des cookies installés ? */ |
|
|
|
/* Gestion de la petite icone Cookie */ |
|
"showIcon": #CONFIG{tarteaucitron/showIcon, true}, /* Show cookie Icon or not */ |
|
"iconPosition": "#CONFIG{tarteaucitron/iconPosition, BottomRight}", /* BottomRight, BottomLeft, TopRight and TopLeft */ |
|
|
|
"adblocker": false, /* Afficher un message si un adblocker est détecté */ |
|
|
|
/* Gestion grand bandeau */ |
|
"DenyAllCta" : true, /* Show the deny all button */ |
|
"AcceptAllCta" : #CONFIG{tarteaucitron/acceptallcta, true}, /* Show the accept all button when highPrivacy on */ |
|
"highPrivacy": #CONFIG{tarteaucitron/highprivacy, true}, /* Si true, affiche le bandeau de consentement. Sinon, le consentement est implicite. */ |
|
|
|
|
|
"handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */ |
|
|
|
"removeCredit": false, /* supprimer le lien vers la source ? */ |
|
"moreInfoLink": true, /* Show more info link */ |
|
|
|
"useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */ |
|
"useExternalJs": false, /* If false, the tarteaucitron.js file will be loaded */ |
|
|
|
// "cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for multisite */ |
|
|
|
"readmoreLink": "/#CONFIG{tarteaucitron/readmoreLink}", /* Change the default readmore link */ |
|
"mandatory": true, /* Show a message about mandatory cookies */ |
|
|
|
}); |
|
var tarteaucitronForceLanguage = '#LANG'; |
|
</script>
|
|
|