neosrulez/cookieconsent

Last activity 28 Jul 2018 1 56
composer require neosrulez/cookieconsent

A Neos CMS plugin to integrate the Cookie Banner from cookieconsent.insites.com

1.4

Version
1.4
Type
neos-plugin
Release Date
Jul 28, 2018 09:13
Source
git
Distribution
zip
GPL-3.0-or-later ce4468357f411634fa302310bda0375223be9c25

Neos CMS Cookie Consent Banner

A Neos CMS plugin to integrate the Cookie Banner from cookieconsent.insites.com

Installation

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

Just add the following line to your require section:

"neosrulez/cookieconsent": "*"

And the run this command to fetch the plugin:

composer update

Settings.yaml

In your site package Settings.yaml you can make your adjustments.

NeosRulez:
  CookieConsent:
    position: 'default'
    #position: 'top'
    #position: 'bottom-left'
    #position: 'bottom-right'
    layout: 'default'
    #layout: 'classic'
    #layout: 'edgeless'
    #layout: 'wire'
    colorBanner: '#000000'
    colorBannerText: '#FFFFFF'
    colorButton: '#999999'
    colorButtonText: '#FFFFFF'
    learnMoreLink: '/privacy.html'
    messageText: 'This website uses cookies to ensure you get the best experience on our website.'
    dismissButtonText: 'Got it!'
    policyLinkText: 'Learn more'

Author

The content of the readme is provided by Github
The same vendor provides 71 package(s).