Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 491 Bytes

File metadata and controls

33 lines (23 loc) · 491 Bytes

NextBox.Neos.CCM19

A package to integrate CCM19 into Neos.

Authors & Sponsors

Enes Erk - enes.erk@nextbox.dev

Installation

composer require nextbox/neos-ccm19

Configuration

Configure the api-key and domain-key in Settings.yaml:

NextBox:
  Neos:
    CCM19:
      apiKey: ''
      domainKey: ''

Or add the mixin to your root page:

'Foo.Bar:RootPage':
  superTypes:
    'NextBox.Neos.CCM19:Mixin.CCM19Key': true