medienreaktor / cookieconsent
Cookie Consent for Neos
Installs: 325
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
Type:neos-package
Requires
- neos/neos: *
README
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'