steinbauerit/cookieoptin

There is no license information available for the latest version (1.2.4.1) of this package.

A TYPO3 CMS Extension for Cookie Opt-in.

Installs: 50

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.2.4.1 2020-08-05 08:25 UTC

This package is not auto-updated.

Last update: 2024-03-28 02:34:16 UTC


README

A simple TYPO3 CMS Extension for Cookie Opt-in.

Installation

The package is listed on packagist (https://packagist.org/packages/steinbauerit/cookieoptin) - therefore you don't have to include the package in your "repositories" entry any more.

Just add the following line to your require section:

"steinbauerit/cookieoptin": "*"

And the run this command to fetch the plugin:

composer update

Configuration

Create a SysFolder in the TYPO3 page tree and in this folder you can create a cookie group. In this cookie group you can create and describe your cookies and specify the header or footer scripts that should be output, provided this cookie group is allowed by the user.

In the constants you can define excluded page IDs and the SysFolder where the cookie groups and cookies are stored.

Important

page.9 and page.92929292 are used by this extension. You can change this in your setup TS.

Author