ttree/dimensionkeeper

Synchronize properties between dimensions automatically

Installs: 10 747

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 5

Forks: 5

Open Issues: 3

Type:neos-package

1.2.1 2022-06-08 07:05 UTC

This package is auto-updated.

Last update: 2024-04-08 11:26:10 UTC


README

This package sync properties between dimensions automatically.

Installation

composer require ttree/dimensionkeeper

Configuration

You can enable the property synching by enabling the speciic properties in the NodeType configuration. Here's an example how to enable the synching of the uri path segment and the title properties:

'Your.Package:Example':
  options:
    TtreeDimensionKeeper:Properties:
      title: true
      uriPathSegment: true

Acknowledgments

Development sponsored by ttree ltd - neos solution provider.

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.

License

Licensed under MIT, see LICENSE