Cookies Addons
40 sites
Security covered
This module extends the functionality of the Cookies module by providing submodules to conditionally load various Drupal content elements, such as blocks, paragraphs, views, fields, and embedded content like iframes and videos, only after user consent is given.
Additional functionality for the Cookies Module, to cover more use cases.
Features
This module included a couple of submodules:
- Cookies Addons Blocks - Allows to block Drupal blocks by block ID and loads them on consent.
Configure at:/admin/config/system/cookies-addons-blocks - Cookies Addons Embed Iframe - Provides a plugin for text formats to block iframes until consent is given.
Just enable the plugin in the settings of your text format. - Cookies Addons Embed Video - Provides a plugin for text formats to block video iframes like youtube and vimeo.
Just enable the plugin in the settings of your text format. - Cookies Addons Paragraphs - Allows to block Drupal paragraphs by paragraph ID and loads them on consent.
Configure at:/admin/config/system/cookies-addons-paragraphs - Cookies Addons Views - Provides the ability to block views by view_id and view_display_id until consent is given.
Configure at:/admin/config/system/cookies-addons-views - Cookies Addons Fields - Provides the ability to block fields from any entity until consent is given.
It can be configured per field in the display settings of the entity.