networkteam/neos-nodetypeplaceholder

Parse EEL expression in placeholder editor option of nodeType property.

0.1.0 2025-03-14 14:00 UTC

This package is auto-updated.

Last update: 2025-03-14 14:13:47 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")}'