obisconcept/neos-cookieconsent

Cookie Consent integration for Neos CMS.

Installs: 676

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Language:HTML

Type:neos-plugin

v2.0.2 2018-05-05 10:23 UTC

This package is auto-updated.

Last update: 2024-04-11 20:48:47 UTC


README

A Neos CMS package that integrates Cookie Consent.

Installation

Require it through composer:

$ composer require obisconcept/neos-cookieconsent

Usage

You only need to configure the plugin through your local Settings.yaml. The following options are available:

ObisConcept:
  CookieConsent:
    enable: true                # Wether to enable the notice.
    includeJavaScript: true     # Auto-include cookieconsent's javascript file.
    includeCss: true            # Auto-include cookieconsent's stylesheet file.
    policyPageNode: ''          # The page identifier of your privacy statement.
    translations:               # Change the translation source for custom texts.
      package: 'ObisConcept.CookieConsent'
      source: 'Main'
    position: 'bottom'          # The position of the notice. Possible Values:
                                # "bottom", "bottom-left", "bottom-right", "top"
    theme: 'block'              # The theme of the notice. Possible Values:
                                # "block", "classic", "edgeless", "wire"
    palette:
      popup:
        background: '#000'      # The background color and
        text: '#fff'            # the text color of the notice box
      button:
        background: '#f1d600'   # The background color and
        text: '#000'            # the text color of the dismiss-button