neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

Feature Request: Dynamic Placeholders

Open jonnitto opened this issue 4 years ago • 5 comments

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'

jonnitto avatar Nov 17 '20 10:11 jonnitto

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?

lorenzulrich avatar Aug 31 '21 13:08 lorenzulrich

I can look into it and check what needs to be done. But IMO that would go as feature into 7.3.

Sebobo avatar Aug 31 '21 13:08 Sebobo

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.

lorenzulrich avatar Aug 31 '21 13:08 lorenzulrich

even years later, there's still a need for dynamic placeholders in inline editor 🤞

paavo avatar Sep 06 '22 11:09 paavo

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

mhsdesign avatar Sep 06 '22 13:09 mhsdesign