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.

Installs: 61

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:neos-package

pkg:composer/neosrulez/neos-dimensionskeeper

1.0.0 2025-01-17 13:10 UTC

This package is not auto-updated.

Last update: 2025-10-11 14:40:18 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