This component provides the integration with the Webtools Cookie Consent Kit (CCK).
The oe_webtools_cookie_consent
module performs 3 different tasks:
- Provides a banner that allows the user whether to accept or refuse cookies from the website.
- Preprocesses the media_oembed iframes and alters the URL to go through the EC Cookie Consent service.
- Preprocesses iframes provided by the video_embed_field or the video_embed_wysiwyg modules and also redirects the source through the EC Cookie Consent service. (the source through the EC Cookie Consent service. In Progress in the issue #78
For more information see here.
Simply install the module and all available options will be enabled. Uninstall the module to disable the services.
In order to provide the Cookie Consent functionality the OpenEuropa Webtools Cookie Consent module needs a default configuration in the form of this variable:
- Enable Cookie Consent Kit: Enable the CCK banner.
This configuration can be provided using Drupal 8 configuration system or by providing details in your sites settings.php file:
$config['oe_webtools_cookie_consent.settings']['banner_popup'] = true;
$config['oe_webtools_cookie_consent.settings']['video_popup'] = true;