medienreaktor/cookieconsent

Last activity 08 Nov 2022 1 300
composer require medienreaktor/cookieconsent

Cookie Consent for Neos

1.1.0

Homepage
https://www.medienreaktor.de
Version
1.1.0
Type
neos-package
Release Date
Aug 19, 2019 14:20
Source
git
Distribution
zip
Requires
MIT f8e4d320b5b8b50a86a70af4f742de5a197ac7c8

Medienreaktor.CookieConsent

Cookie Consent for Neos, based on https://cookieconsent.insites.com

Installation

This package can be installed using composer:

composer require medienreaktor/cookieconsent

Configuration

Configuration options can be seen in Settings.yaml. In the settings-array, most settings of the original Cookie Consent JavaScript can be configured, e.g.:

Medienreaktor:
  CookieConsent:
    settings:
      type: 'opt-out'
      position: 'top'
      theme: 'block'
      palette:
        popup:
          background: '#237afc'
          text: '#fff'
        button:
          background: '#fff'
          text: '#237afc'

If you want to set your own "Learn more"-link, you have to set a Node identifier:

Medienreaktor:
  CookieConsent:
    informationNode: '#5a30fe73-e487-4301-a547-838b6440e33d'
The content of the readme is provided by Github
The same vendor provides 3 package(s).