Installation

To use the CodingFreaks cookie plugin in Typo3, you must first install it in your Typo3 system. This can be done by using Composer.

composer require codingfreaks/cf-cookiemanager

Include TypoScript template

To properly use the plugin, it is necessary to include the basic TypoScript provided by the extension. To do this, go to the Web > Template module in the Typo3 backend, select the root page, and switch to the Info/Modify view.

From there, click on Edit the whole template record and switch to the Includes tab. Next, add the CodingFreaks Cookie Manager (cf_cookiemanager) template from the list on the right.

Backend Installation / Dataset Import

This extension provides an external API to automatically create cookie assignments to individual services in various languages.

To install the preconfigured data sets, go to the Typo3 backend and select the Cookie Settings module in the Web tab. Click on Start Configuration and follow the instructions.

Introduction Package

Installation Screen

Tip

The extension automatically configures itself and creates the corresponding data set and Language overlays from site config.yaml. The Locals in the site config.yaml are used for the right language.

You can now Configure the Extension in the Cookie Settings module.

Tip

If the import is unsuccessful:

Disable the extension via Composer composer rem codingfreaks/cf-cookiemanager.

Remove Mysql-Table fia Typo3 Database Analyzer.

Install Extension again with composer require codingfreaks/cf-cookiemanager.