Better how to install
This commit is contained in:
parent
a31264e13d
commit
340f36ce35
31
README.md
31
README.md
|
|
@ -32,19 +32,24 @@ Bonus:
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
tarteaucitron.init({
|
tarteaucitron.init({
|
||||||
"hashtag": "#tarteaucitron", /* Ouverture automatique du panel avec le hashtag */
|
"privacyUrl": "", /* Privacy policy url */
|
||||||
"cookieName": "tartaucitron", /* Nom du cookie */
|
|
||||||
"highPrivacy": false, /* désactiver le consentement implicite (en naviguant) ? */
|
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
|
||||||
"AcceptAllCta" : false, /* Afficher le CTA "Tout accepter" si "hightPrivacy : true" */
|
"cookieName": "tartaucitron", /* Cookie name */
|
||||||
"orientation": "top", /* le bandeau doit être en haut (top) ou en bas (bottom) ? */
|
|
||||||
"adblocker": false, /* Afficher un message si un adblocker est détecté */
|
"orientation": "top", /* Banner position (top - bottom) */
|
||||||
"showAlertSmall": true, /* afficher le petit bandeau en bas à droite ? */
|
"showAlertSmall": true, /* Show the small banner on bottom right */
|
||||||
"cookieslist": true, /* Afficher la liste des cookies installés ? */
|
"cookieslist": true, /* Show the cookie list */
|
||||||
"removeCredit": false, /* supprimer le lien vers la source ? */
|
|
||||||
"handleBrowserDNTRequest": false, /* Répondre au DoNotTrack du navigateur ?*/
|
"adblocker": false, /* Show a Warning if an adblocker is detected */
|
||||||
"moreInfoLink": true,
|
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
|
||||||
"privacyUrl": "",
|
"highPrivacy": false, /* Disable auto consent */
|
||||||
//"cookieDomain": ".my-multisite-domaine.fr" /* Nom de domaine sur lequel sera posé le cookie - pour les multisites / sous-domaines - Facultatif */
|
"handleBrowserDNTRequest": false, /* If Do Not Track == 1, accept all */
|
||||||
|
|
||||||
|
"removeCredit": false, /* Remove credit link */
|
||||||
|
"moreInfoLink": true, /* Show more info link */
|
||||||
|
|
||||||
|
//"cookieDomain": ".my-multisite-domaine.fr" /* Shared cookie for subdomain website */
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue