Skip to content

Commit

Permalink
Document the customCloserId option Fix #1157
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauriC committed Oct 17, 2023
1 parent e8d2044 commit 9fea4f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tarteaucitron.init({
"cookieslist": false, /* Show the cookie list */
"showIcon": true, /* Show cookie icon to manage cookies */
// "iconSrc": "", /* Optionnal: URL or base64 encoded image */
// "iconSrc": "", /* Optional: URL or base64 encoded image */
"iconPosition": "BottomRight", /* Position of the icon between BottomRight, BottomLeft, TopRight and TopLeft */
"adblocker": false, /* Show a Warning if an adblocker is detected */
Expand All @@ -62,12 +62,14 @@ tarteaucitron.init({
"useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */
"useExternalJs": false, /* If false, the tarteaucitron.services.js file will be loaded */
//"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for subdomain website */
// "cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for subdomain website */
"readmoreLink": "", /* Change the default readmore link pointing to tarteaucitron.io */
"mandatory": true, /* Show a message about mandatory cookies */
"mandatoryCta": true /* Show the disabled accept button when mandatory on */
"mandatoryCta": true, /* Show the disabled accept button when mandatory on */
// "customCloserId": "" /* Optional a11y: Custom element ID used to open the panel */
});
</script>
```
Expand Down

0 comments on commit 9fea4f8

Please sign in to comment.