networkteam / neos-nodetypeplaceholder
Parse EEL expression in placeholder editor option of nodeType property.
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- neos/neos: *
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")}'