You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin has support for multiple select when the cloudinary asset is a direct child of the of[] list. However, when it is nested in a new object this is not possible.
The text was updated successfully, but these errors were encountered:
The reasoning here is that this follows the same logic as the studio does for drag and drop. It works for image arrays, but not for other patterns (you might also want to deeply nest the image or have multiple types for the user to select between).
When we extend the mapping function for the studio generally we should think about extending the API for asset sources as well. It's a great suggestion so will leave this open.
Is it possible to add support for multiple select with nested objects? Let me show you our use-case.
We have a field defined like this:
The plugin has support for multiple select when the cloudinary asset is a direct child of the of[] list. However, when it is nested in a new object this is not possible.
The text was updated successfully, but these errors were encountered: