parent
55815b60d1
commit
839d965d82
@ -139,8 +139,7 @@ class common
|
||||
'tippy',
|
||||
'zwiico',
|
||||
'imagemap',
|
||||
'simplelightbox',
|
||||
'tarteaucitron'
|
||||
'simplelightbox'
|
||||
],
|
||||
'view' => ''
|
||||
];
|
||||
|
4
core/vendor/tarteaucitron/inc.json
vendored
4
core/vendor/tarteaucitron/inc.json
vendored
@ -1,4 +0,0 @@
|
||||
[
|
||||
"tarteaucitron.js",
|
||||
"tarteaucitron.css"
|
||||
]
|
43
core/vendor/tarteaucitron/init.js
vendored
43
core/vendor/tarteaucitron/init.js
vendored
@ -1,43 +0,0 @@
|
||||
// Paramètres d'initialisation
|
||||
tarteaucitron.init({
|
||||
"privacyUrl": "", /* Privacy policy url */
|
||||
"bodyPosition": "bottom", /* or top to bring it as first element for accessibility */
|
||||
|
||||
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
|
||||
"cookieName": "tarteaucitron", /* Cookie name */
|
||||
|
||||
"orientation": "middle", /* Banner position (top - bottom) */
|
||||
|
||||
"groupServices": false, /* Group services by category */
|
||||
"serviceDefaultState": "wait", /* Default state (true - wait - false) */
|
||||
|
||||
"showAlertSmall": false, /* Show the small banner on bottom right */
|
||||
"cookieslist": false, /* Show the cookie list */
|
||||
|
||||
"closePopup": false, /* Show a close X on the banner */
|
||||
|
||||
"showIcon": true, /* Show cookie icon to manage cookies */
|
||||
//"iconSrc": "", /* Optionnal: URL or base64 encoded image */
|
||||
"iconPosition": "BottomRight", /* BottomRight, BottomLeft, TopRight and TopLeft */
|
||||
|
||||
"adblocker": false, /* Show a Warning if an adblocker is detected */
|
||||
|
||||
"DenyAllCta" : true, /* Show the deny all button */
|
||||
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
|
||||
"highPrivacy": true, /* HIGHLY RECOMMANDED Disable auto consent */
|
||||
|
||||
"handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */
|
||||
|
||||
"removeCredit": false, /* Remove credit link */
|
||||
"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": "", /* Change the default readmore link */
|
||||
|
||||
"mandatory": true, /* Show a message about mandatory cookies */
|
||||
"mandatoryCta": true /* Show the disabled accept button when mandatory on */
|
||||
});
|
1018
core/vendor/tarteaucitron/tarteaucitron.css
vendored
1018
core/vendor/tarteaucitron/tarteaucitron.css
vendored
File diff suppressed because it is too large
Load Diff
2116
core/vendor/tarteaucitron/tarteaucitron.js
vendored
2116
core/vendor/tarteaucitron/tarteaucitron.js
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user