Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Cookie Consent for Neos CMS – Cookie notice package for the EU Cookie Law (GDPR)

License

Notifications You must be signed in to change notification settings

medienreaktor/Medienreaktor.CookieConsent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Cookie Consent for Neos CMS – Cookie notice package for the EU Cookie Law (GDPR)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published