neosrulez/react-cookieoptin
composer require neosrulez/react-cookieoptin
A package which handles Cookie Opt-In for Neos CMS. Build with React.
1.0
Readme excerpt
Neos CMS Cookie Opt-In PluginA package to handle Cookie Opt-In for Neos CMS. Build with React.
InstallationThe NeosRulez.React.CookieOptIn package is listed on packagist (https://packagist.org/packages/neosrulez/react-cookieoptin) - 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/react-cookieoptin": "*"And the run this command to fetch the plugin:
composer update Neos FusionSimply add the data attribute data-cookieoptin to your own tags.
If scripts should not be executed, the attribute type="text/plain" must also be added. These attributes are removed …
Read more
The same vendor provides 85 package(s).