This commit is contained in:
Markus 2025-09-02 10:03:20 +02:00
parent 95caae45a4
commit 61f33b5767
85 changed files with 512 additions and 2896 deletions

View file

@ -41,7 +41,8 @@ tarteaucitron.init({
"serviceDefaultState": "wait", /* Default state (true - wait - false) */
"showAlertSmall": false, /* Show the small banner on bottom right */
"cookieslist": false, /* Show the cookie list */
"cookieslist": false, /* Show the cookie list in a mini banner */
"cookieslistEmbed": false, /* Show the cookie list on the control panel */
"showIcon": true, /* Show cookie icon to manage cookies */
// "iconSrc": "", /* Optional: URL or base64 encoded image */
@ -59,7 +60,7 @@ tarteaucitron.init({
"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.services.js file will be loaded */
"useExternalJs": false, /* If false, the tarteaucitron.services.js file and lang files will be loaded */
// "cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for subdomain website */
@ -140,12 +141,12 @@ tarteaucitronCustomText = {
'engage-twitter': 'Follow us on Twitter!'
};
```
<!--
# Thanks to the sponsors 😊
| ![Amaury Cleuziou](https://avatars.githubusercontent.com/u/26336203?v=4&s=60) | ![Route4me](https://tarteaucitron.io/images/route4me-min.png) | |
|---|---------------------------------------------------------------|---|
| [Amaury Cleuziou](https://github.com/MoryCorp) - first sponsor 🎉 | [Route Optimizer and Route Planner Software](https://route4me.com) | |
| | | |
| ![Amaury Cleuziou](https://avatars.githubusercontent.com/u/26336203?v=4&s=60) | | |
|---|--------------------------------------------------------------|---|
| [Amaury Cleuziou](https://github.com/MoryCorp) - first sponsor 🎉 | | |
| | | |
-->