-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add lightbox option in gallery block link control #64014
Add lightbox option in gallery block link control #64014
Conversation
Size Change: +223 B (+0.01%) Total Size: 1.77 MB
ℹ️ View Unchanged
|
Flaky tests detected in a39977f. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10420044127
|
…update/gallery-block-image-link-control-options
…update/gallery-block-image-link-control-options
…update/gallery-block-image-link-control-options
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
@dcalhoun I might need your assistance once more with mobile unit test failure here. It ask me to update snapshots with default |
👋🏻 @akasunil thanks for the mention. It took me a little while to identify the root issue, but it relates to the lack of full support for I opened #64448 addressing the issue. Please feel free to merge it into your branch as you see fit. |
Currently, `__experimentalFeatures` is only partially implemented for the native mobile editor. Recent changes to the shared Gallery block component included a reference to this missing key via the `useSettings` Hook. Setting a default, empty value ensure exceptions are not thrown. Co-authored-by: dcalhoun <dpcalhoun@git.wordpress.org> Co-authored-by: akasunil <sunil25393@git.wordpress.org>
…update/gallery-block-image-link-control-options
…update/gallery-block-image-link-control-options
…update/gallery-block-image-link-control-options
…llery-block-image-link-control-options
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.
Thank you @madhusudhand @t-hamano and @dcalhoun. I'll merge this PR. |
What?
Expand on click
option is missing from gallery blockLink To
control.Why?
Image block link control have
Expand on click
option which basically enables the lightbox on image. Gallery block link control have all other option from image block, ExceptExpand on click
option.How?
Add
Expand on click
option in gallery blockLink To
control.Testing Instructions
Expand on click
option is available under link controlExpand on click
option function and compare it withImage
block's lightbox functionalityTesting Instructions for Keyboard
Screenshots or screencast