-
Notifications
You must be signed in to change notification settings - Fork 805
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
Tiled gallery block: allow adding images from media gallery after adding images to block #11877
Comments
I was implementing this in #30863 where I attempted to unify the empty gallery placeholder and the add media placeholder, but have hit significant roadblocks. |
I think we should piggyback on this implementation once it merges WordPress/gutenberg#12367 |
Yep, that implementation is essentially what I propose in #30863. A large part of |
Do you think it's related to media gallery bugs fixed in WordPress/gutenberg#12435 ? |
No, there are just limitations to the Specifically, there's no clear way around this limitation:
Otherwise, the |
Hi @simison, @sirreal, |
Thanks @jorgefilipecosta! What you outline is aligned with my ideas 👍 Two things I'd add:
|
There was some work in Automattic/wp-calypso#30863 that could be brought over for this if anyone is interested in picking it up. |
Just ran into this on my site (simple site on WPCOM using 6.6.1): tiled.gallery.UX.movThis is rough especially when you're trying to quickly add images in. Something also seems broken with the |
When adding Tiled gallery block, user can choose to upload or add image via media gallery:
After adding images, user can only choose to upload images:
We should keep "Media library" option here, too.
We should follow closely what core gallery does for this section and possibly aim to componentize it: WordPress/gutenberg#9682 and WordPress/gutenberg#12367
Relates to permissions checking: https://github.com/WordPress/gutenberg/blob/bcf55ff095fb9cbfee37aef24c422fbbf9661562/docs/data/data-core.md#hasuploadpermissions
The text was updated successfully, but these errors were encountered: