gaya/cookiebot

This package is abandoned and no longer maintained. The author suggests using the gaya/typo3-cookiebot package instead.

Cookiebot integration

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.0.1 2024-01-13 06:46 UTC

This package is auto-updated.

Last update: 2024-01-13 06:54: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.