-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate the editors also in the creating dialog #1034
Comments
In the properties definition, you need to set the editor inside of the inspector, in the creationDialog not. The editors are available. The editorOptions aren't working, but this is another issue… |
Hmm actually I'm sure some advanced editors like Image editor won't work, so re-opening. |
Or does image editor work for you? |
Yes, you are right. The image editor doesn't work correctly. |
I can confirm, that the |
I stumbled across this problem today while using the mentioned Flowpack.NodeTemplates. In my case the ImageEditor and the AssetEditor both cannot open the MediaBrowser. This would be a much needed Feature to greatly improve the backend user experience. |
Since we're planning to integrate the "creation dialog properties" feature into Neos 5.1 (see https://discuss.neos.io/t/rfc-allow-node-properties-to-appear-in-the-creation-dialog/3687) this issue will get more relevance. Maybe we can come up with an intermediate solution like a custom editor with limited browsing functionality? |
FYI: Currently those are the core editors that don't (completely) work in Creation Dialogs due to the secondary view:
We briefly discussed this in our weekly team meeting yesterday. One (probably simpler but not so UX-y way) might be to open the original modal on top of the Creation Dialog modal. I have no clue how much work that would be.. For now I'll disable those editors for neos/neos-development-collection#2173 |
This is also an interesting topic for the new media ui. |
With #2870 merged this can be closed, right? |
At the moment, not all available editors (e.g. DateTime) are available in the creationDialog. In order to make advanced use of https://github.com/Flowpack/Flowpack.NodeTemplates/, it is important to have all of them in the dialog.
The text was updated successfully, but these errors were encountered: