showIcon off by default

This commit is contained in:
Amauri CHAMPEAUX 2020-10-10 11:19:37 +02:00
parent 3c5d06bd92
commit 41a8891e85
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ tarteaucitron.init({
"showAlertSmall": true, /* Show the small banner on bottom right */ "showAlertSmall": true, /* Show the small banner on bottom right */
"cookieslist": true, /* Show the cookie list */ "cookieslist": true, /* Show the cookie list */
"showIcon": true, /* Show cookie icon to manage cookies */ "showIcon": false, /* Show cookie icon to manage cookies */
"iconPosition": "BottomRight", /* Position of the icon between BottomRight, BottomLeft, TopRight and TopLeft */ "iconPosition": "BottomRight", /* Position of the icon between BottomRight, BottomLeft, TopRight and TopLeft */
"adblocker": false, /* Show a Warning if an adblocker is detected */ "adblocker": false, /* Show a Warning if an adblocker is detected */