-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix when multiple media selection adds only one image or video block #1383
Fix when multiple media selection adds only one image or video block #1383
Conversation
Point to appropriate gb ref
…only-one-image-or-video-block # Conflicts: # gutenberg
Hey, in my PR I added the possibility to select how we will handle the multiple select. If multiple is set to false - we will use the old implementation and few blocks with image/video should be added by sending event through the bridge. If multiple is set to true, all selected media will be passed to the JS callback instead of sending them in event one by one. |
…only-one-image-or-video-block # Conflicts: # gutenberg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Approved via WordPress/gutenberg#17579 (review)
I added a comment on the release notes. I think we should specify the platform on these fixes.
Milestone moved to 1.15 |
…only-one-image-or-video-block
Fixes #1346 . Additional details and testing instructions are in the description of the related gutenberg PR.
Update release notes:
RELEASE-NOTES.txt
.