medienreaktor/cookieconsent

此包已被废弃且不再维护。未建议替代包。

Neos 的 Cookie Consent

1.2.0 2022-11-08 06:53 UTC

This package is auto-updated.

Last update: 2024-07-07 09:16:29 UTC


README

Medienreaktor.CookieConsent

基于https://cookieconsent.insites.com的 Neos 的 Cookie Consent

安装

可以使用 composer 安装此包

composer require medienreaktor/cookieconsent

配置

配置选项可以在 Settings.yaml 中查看。在设置数组中,可以配置原始 Cookie Consent JavaScript 的大多数设置,例如。

Medienreaktor:
  CookieConsent:
    settings:
      type: 'opt-out'
      position: 'top'
      theme: 'block'
      palette:
        popup:
          background: '#237afc'
          text: '#fff'
        button:
          background: '#fff'
          text: '#237afc'

如果您想设置自己的“了解更多”链接,您必须设置一个节点标识符

Medienreaktor:
  CookieConsent:
    informationNode: '#5a30fe73-e487-4301-a547-838b6440e33d'