-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support for new Media UI #50
Comments
With the introduction of allowing secondary editors to fully work in the node creation dialog neos/neos-ui#2870, the new media ui also was adjusted. When the media ui is active in the node creation it avoids to fold the site navigation and adjusts its styling. So the secondary editor component has no know that its in a special rendering mode.
The check is hardcoded here: To support a similar usecase (this feature) the new media ui should behave in the archaeopteryx similarly to when in the node creation. For that we would have to first create a good api, which should also be used by the core to make checks against |
@Sebobo What is your take on this? I think it is a valid requirement, but the solution seems a bit complex. Should we arrange a meeting? |
@lorenzulrich I've never looked into the code of this plugin, so first I would take some time to understand the inner workings of the latest version and see what would be required. If it's at the end mainly a Neos.UI change, then we could maybe make it possible in 8.4 somehow. |
Resolves: sitegeist#50 With this change any registered MediaSelectionScreen secondary editor is used instead of the fixed dependency on the media browser. This way the Flowpack.Media.UI will be used when it is installed a project.
I don't know how this could be achieved, but it would be great to support the new Media UI if installed. This is already possible for the Image and Asset property editor in Neos, but it doesn't work here. I assume it's a hardcoded dependency to the "old" Media UI?
The text was updated successfully, but these errors were encountered: