miweb/neos-privacy
Composer 安装命令:
composer require miweb/neos-privacy
包简介
Privacy extensions for Neos. Cookie notifications, ...
README 文档
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.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2019-02-28