miweb / neos-privacy
Privacy extensions for Neos. Cookie notifications, ...
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:neos-plugin
Requires
- neos/neos: *
This package is auto-updated.
Last update: 2025-06-14 00:53:57 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
.