A package to integrate CCM19 into Neos.
Enes Erk - [email protected]
composer require nextbox/neos-ccm19
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