miweb / neos-privacy
Privacy extensions for Neos. Cookie notifications, ...
Package info
github.com/somi94/MIWeb.Neos.Privacy
Language:JavaScript
Type:neos-plugin
pkg:composer/miweb/neos-privacy
1.0.2
2019-02-28 16:52 UTC
Requires
- neos/neos: *
This package is auto-updated.
Last update: 2026-03-14 02:40:40 UTC
README
Adds privacy features to Neos. Current features:
- Cookie notification message (translated for en & de)
Usage
1. Install package
composer require miweb/neos-privacy
2. Configure package
Add the following configuration to your projects Settings.yaml:
MIWeb:
Neos:
Privacy:
enabled: true
3. Add custom translations (optional)
If you wish custom translations for your cookie message, change it via configuration:
MIWeb:
Neos:
Privacy:
enabled: true
translations:
source: 'Privacy'
package: 'My.Custom.Package'
From now on, the privacy translations will be loaded from Resources/Private/Translations/[language]/Privacy.xlf.