Plone Add-on Gallery

collective.linkconsentinfo

https://github.com/collective/collective.linkconsentinfo/workflows/Plone%20package/badge.svg Coveralls Latest Version Egg Status https://img.shields.io/pypi/pyversions/collective.linkconsentinfo.svg?style=plastic:alt:supported-Pythonversions

collective.linkconsentinfo

A consent info page for Plone Links, which allows you to show a custom info message before the user open’s the link.

Features

  • LinkConsentInfo behavior, add’s a checkbox to enable a consent info page for a link object

  • Prevent redirection when link consent info is enabled

  • Control panel to define a custom html text to show to the user, before she follows the link

Translations

This product has been translated into

  • English

  • German

Installation

Install collective.linkconsentinfo by adding it to your buildout:

[buildout]

...

eggs =
    collective.linkconsentinfo

and then running bin/buildout

Contribute

Author

Maik Derstappen [MrTango] - Derico

Support

If you are having issues, please let us know.

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.2 (2021-06-10)

  • Improve link consent info view [MrTango]

  • Enable link consent behavior for Link CT by default [MrTango]

1.1 (2021-06-07)

  • Hide consent info text in link view, when the consent_info is not enabled [MrTango]

1.0 (2021-06-07)

  • Initial release. [MrTango]