networkteam/neos-nodetypeplaceholder

Parse EEL expression in placeholder editor option of nodeType property.

Installs: 313

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:neos-package

pkg:composer/networkteam/neos-nodetypeplaceholder

0.1.0 2025-03-14 14:00 UTC

This package is auto-updated.

Last update: 2025-09-14 15:23:15 UTC


README

This package introduces a NodeType postprocessor, which parses EEL expression in placeholder editor option of nodeType property.

It can be used to show configuration settings in placeholder value.

Example nodeType configuration:

My.Package:ExampleNode:
  superTypes:
    'Neos.Neos:Content': true
  properties:
    suggestionLimit:
      type: integer
      ui:
        label: i18n
        inspector:
          editorOptions:
            placeholder: '${"Defaults to " + Configuration.setting("My.Package.suggestionLimit")}'