neosrulez/neos-uniqueproperties

There is no license information available for the latest version (0.1.0) of this package.

Unique properties for Neos CMS.

0.1.0 2022-01-21 21:10 UTC

This package is not auto-updated.

Last update: 2024-04-14 06:04:27 UTC


README

NeosRulez.Neos.UniqueProperties allows setting unique properties in Neos CMS.

Installation

The NeosRulez.Neos.UniqueProperties is listed on packagist (https://packagist.org/packages/neosrulez/neos-uniqueproperties) - therefore you don't have to include the package in your "repositories" entry any more.

Just run composer require neosrulez/neos-uniqueproperties

Settings.yaml

NeosRulez:
  Neos:
    UniqueProperties:
      uriPathSegmet:
        nodeTypes:
          - 'Acme.Site:Document.HomePage'
          - 'Acme.Site:Document.Page'

Author