neosrulez/neos-dimensionskeeper

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

A Neos CMS package which automatically adjusts properties to the value of the default dimension even if they are changed.

1.0.0 2025-01-17 13:10 UTC

This package is not auto-updated.

Last update: 2025-01-18 11:19:11 UTC


README

A Neos CMS package which automatically adjusts properties to the value of the default dimension even if they are changed.

Installation

Just run:

composer require neosrulez/neos-dimensionskeeper

NodeType configuration

'Acme.Package:Content:Text':
  properties:
    enableMargin:
      keepValueFromDefaultDimension: true
      type: boolean
      ui:
        label: Enable margin
        reloadIfChanged: true

Author