Browse Source

Eviter une erreur dans la console : pour la configuration du bandeau, mettre des valeurs par défaut, au cas où le webmestre ne touche pas à la configuration de base.

pull/4/head
Akilia 2 years ago
parent
commit
1030b90b81
  1. 6
      javascript/tarteaucitron_config.html

6
javascript/tarteaucitron_config.html

@ -6,9 +6,9 @@
"cookieName": "tarteaucitron", /* Cookie name */
/* Gestion grand bandeau */
"highPrivacy": #CONFIG{tarteaucitron/highprivacy}, /* mettre à true affiche le bandeau et désactive alors le consentement implicite */
"orientation": "#CONFIG{tarteaucitron/orientation}", /* le bandeau doit être en haut (top) ou en bas (bottom) ? */
"AcceptAllCta" : #CONFIG{tarteaucitron/acceptallcta}, /* 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. */
"orientation": "#CONFIG{tarteaucitron/orientation, top}", /* le bandeau doit être en haut (top) ou en bas (bottom) ? */
"AcceptAllCta" : #CONFIG{tarteaucitron/acceptallcta, true}, /* Show the accept all button when highPrivacy on */
/* Gestion petit bandeau */
"showAlertSmall": false, /* afficher le petit bandeau en bas à droite ? */

Loading…
Cancel
Save