neos-ui
neos-ui copied to clipboard
Feature Request: Dynamic Placeholders
It would be really nice to have the possibility to create dynamic placeholders like this:
'Foo.Bar:Document.Page':
properties:
headline:
ui:
inline:
editorOptions:
placeholder: 'ClientEval:node.properties.title'
I'd very much like that. Is there anyone who would be willing to implement this and how many hours of sponsoring would it take? And could that make it into the Neos 4.3 UI?
I can look into it and check what needs to be done. But IMO that would go as feature into 7.3.
I understand that as a feature it must go into 7.3. However it would be nice if you could show a way how it could go into 7.3 but be available for older versions as a package - if possible. Such sponsorings are mostly paid by customers and they tend to stick to LTS releases.
even years later, there's still a need for dynamic placeholders in inline editor 🤞
https://github.com/PRGfx/Prgfx.Neos.DynamicPlaceholder
nodeContextPath is already know to ckeditor as @PRGfx has shown, one just need to pass a findNode closure, but that shouldt be to hard as he did it even via extension :P