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
This would created /foo/bar/bat regardless if parents exist or not. If they don't, the request auto-creates them. This could be opt-in with a feature flag like recurse: true.
The text was updated successfully, but these errors were encountered:
Improvement description
Currently, you need to manually create folders at each level by passing parent and key.
A much nicer UX would be to do it all in one go, meaning you create the folders recursively just like Pimcore already allows:
This would created
/foo/bar/bat
regardless if parents exist or not. If they don't, the request auto-creates them. This could be opt-in with a feature flag likerecurse: true
.The text was updated successfully, but these errors were encountered: