neosrulez/cookieconsent
composer require neosrulez/cookieconsent
A Neos CMS plugin to integrate the Cookie Banner from cookieconsent.insites.com
1.4
Readme excerpt
Neos CMS Cookie Consent BannerA Neos CMS plugin to integrate the Cookie Banner from cookieconsent.insites.com
InstallationThe 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.yamlIn your site package Settings.yaml you can make your adjustments.
NeosRulez: CookieConsent: position: 'default' #position: 'top' #position: 'bottom-left' …Read more
The same vendor provides 85 package(s).