2.0.0 • Published 9 months ago

@codesyntax/volto-cookiebot v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

volto-cookiebot

npm version

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.

1.2.0

10 months ago

2.0.0

9 months ago

1.2.1

10 months ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago