This package allows to use ClientEval:
statements in inline editor placeholders (see Feature Request).
composer require prgfx/neos-dynamic-placeholder
Vendor.Package:Page:
superTypes:
Neos.Neos:Page: true
properties:
displayTitle:
type: string
ui:
inlineEditable: true
inline:
editorOptions:
placeholder: ClientEval:node.properties.title
node
: the node the editor belongs toeditorOptions
: the editorOptions, i.e. (original) placeholder, formatting etc.
This plugin works by decorating the original placeholder plugin in some hacky way and thus relies on that internal implementation to a certain extent. Use with care.
It has not been tested against different Neos versions.