@codesyntax/volto-cookiebot

0.6.0 • Public • Published

volto-cookiebot

An addon to integrate Cookiebot in a Volto site

Installation

Add @codesyntax/volto-cookiebot to your project dependencies and to the addons list.

Configuration

Set your cookiebot project id in the volto settings:

const applyConfig = (config) => {

  config.settings = {
    ...config.settings,
    cookiebotDomainGroupId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',    
  };

  return config;
};
export default applyConfig;

Cookiebot will be added to your site using the appExtras mechanism of Volto.

Coookie declaration page

This addon also provides a Block that renders the cookie declaration page that is created automatically by Cookiebot. You can add it wherever your site needs to have the cookie declaration page.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.6.0
    11
    • latest

Version History

Package Sidebar

Install

npm i @codesyntax/volto-cookiebot

Weekly Downloads

24

Version

0.6.0

License

MIT

Unpacked Size

44.6 MB

Total Files

914

Last publish

Collaborators

  • erral
  • ionlizarazu
  • bipoza
  • libargutxi