miweb/neos-privacy

Last activity 13 Mar 2019 5
composer require miweb/neos-privacy

Privacy extensions for Neos. Cookie notifications, ...

1.0.2

Version
1.0.2
Type
neos-plugin
Release Date
Feb 28, 2019 16:52
Source
git
Distribution
zip
Requires
GPL-3.0-or-later 0e376ff2a2f4304cab9ab5e4908790136e99691a

MIWeb.Neos.Privacy

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.

The content of the readme is provided by Github