-
-
Notifications
You must be signed in to change notification settings - Fork 206
Customize Cookie Consent
Benjamin Kott edited this page Oct 28, 2018
·
4 revisions
Use TypoScript to override provided language labels with custom settings.
plugin.tx_bootstrap_package {
_LOCAL_LANG {
default {
cookieconsent.common.header = We got Cookies!
}
de {
cookieconsent.common.header = Wir haben Kekse!
}
}
}
Language Key | Default Value |
---|---|
cookieconsent.common.header | Cookies used on the website! |
cookieconsent.common.message | This website uses cookies to ensure you get the best experience on our website. |
cookieconsent.common.dismiss | Got it! |
cookieconsent.common.allow | Allow cookies |
cookieconsent.common.deny | Decline |
cookieconsent.common.link | Learn more |