Skip to main content

Add-on for Volto to manage cookieconsent banners

Project description

https://travis-ci.com/collective/collective.volto.cookieconsent.svg?branch=master

Add-on for manage Cookie Consent banner on Volto

Features

  • Control panel to plone registry to manage cookie consent settings.

  • Restapi view that exposes these settings for Volto

Volto endpoint

Anonymous users can’t access registry resources by default with plone.restapi (there is a special permission).

To avoid enabling registry access to everyone, this package exposes a dedicated restapi route with cookie consent config: @cookieconsent-infos:

> curl -i http://localhost:8080/Plone/@cookieconsent-infos -H 'Accept: application/json' --user admin:admin

And the result is something like this:

{
    "accept_on_scroll": true,
    "cookie_consent_configuration": {'some':'data'}
}

Control panel

You can edit settings directly from Volto because the control has been registered on Plone and available with plone.restapi.

The ideal content of cookie_consent_configuration would be:

{
    "en": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque sapien velit, aliquet eget commodo nec, auctor a sapien. Nam eu neque vulputate diam rhoncus faucibus. Curabitur quis varius libero. Lorem.",
    "it": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque sapien velit, aliquet eget commodo nec, auctor a sapien. Nam eu neque vulputate diam rhoncus faucibus. Curabitur quis varius libero. Lorem."
}

Volto integration

To use this product in Volto, your Volto project needs to include a new plugin: https://github.com/collective/volto-cookie-banner

Translations

This product has been translated into

  • Italian

Installation

Install collective.volto.cookieconsent by adding it to your buildout:

[buildout]

...

eggs =
    collective.volto.cookieconsent

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.0.0 (2020-04-08)

  • Initial release. [cekk]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.volto.cookieconsent-1.0.0.tar.gz (22.8 kB view details)

Uploaded Source

File details

Details for the file collective.volto.cookieconsent-1.0.0.tar.gz.

File metadata

  • Download URL: collective.volto.cookieconsent-1.0.0.tar.gz
  • Upload date:
  • Size: 22.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17

File hashes

Hashes for collective.volto.cookieconsent-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6e30416c4d86885cb6f0e0fa1e9d3fa44de8a2bdc175b04b3ee2b4a42243f5ab
MD5 001ad6728afa578ff5fbe5b91594996b
BLAKE2b-256 09a27456879e5858751820b0469b15cadbde4b969309201ec6946c9792642a16

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page