showIcon off by default
This commit is contained in:
parent
3c5d06bd92
commit
41a8891e85
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue