gaya / cookiebot
Cookiebot integration
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11.0 || ^12.0
Conflicts
This package is auto-updated.
Last update: 2024-08-08 14:36:03 UTC
README
Cookiebot extension for TYPO3 CMS
Installation
composer require gaya/typo3-cookiebot
Configuration
-
Include Cookiebot TypoScript configuration in your root template
-
In TYPO3 constant editor, configure the Cookiebot ID in Cookiebot/General section:
plugin.tx_cookiebot.cbid
- In your website disclaimer page, insert the "Cookiebot declaration" content element where you want to display the Cookiebot declaration bloc.
Warnings
Cookiebot script has to be inserted at the begining of the head, so the extension include it in first position in headerData :
page.headerData.1
Check that this headerData entry is not used by your current configuration.