dev-master
9999999-devCookie Consent by insites - implementation for Silverstripe
BSD-3-Clause
The Requires
- php >=5.3.2
- composer/installers ~1.0
- silverstripe/cms ~3.2
The Development Requires
by Armin Eden
silverstripe cookieconsent
Cookie Consent by insites - implementation for Silverstripe
Silverstripe Cookie Consent is a module which enables to configure the cookie consent JavaScript plugin from Insites simply via the Administrator Backend., (*2)
, (*3)
composer require nomidi/silverstripe-cookie-consent
Alternatively simply download the zip file from github.
After installation run a run dev/build?flush=1
on your project., (*4)
The Configuration is done via the Settings
and the Cookie Consent
tab.
Please keep in mind that if you are using the advanced options you will have to ensure that the Cookies and there functionality
act accordingly. With this module you are just setting the configuration for CookieConsent but it will not change the cookie behaviour., (*5)
Defines if the Module is in avtive state or not., (*6)
If ticked the plugin will load the css/js from a CDN (cloudflare)., (*7)
A demonstration on the effect of these parameters can be found on the download page at Insites - Download Page., (*8)
For the colours it is possible to use HEX Values with leading # or RGBA Values (like rgba(64,64,64,.8) to include some transparency)., (*9)
Please be aware that you can configure the advanced versions via the Site Configuration. But this will have no effect to your website. If you are planning to use the opt-in or opt-out version of this module you will have to ensure on your own that the website works accordingly. It is advised to use callback hooks for the advanced workflow. Information on that can be found at Insites - Disabling Cookies, (*10)
The plugin will be delivered with an english and german language file. If you create additional language files please feel free to share them with us. We will be happy to include them in the repository., (*11)
Cookie Consent by insites - implementation for Silverstripe
BSD-3-Clause
silverstripe cookieconsent