-
Notifications
You must be signed in to change notification settings - Fork 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
Tiled galleries: Disable captions #29776
Conversation
Not that this invalidates existing blocks with captions. I do not expect restoring captions in the future to invalidate posts without captions. |
More wp-calypso/client/gutenberg/extensions/tiled-gallery/gallery-image/edit.js Lines 47 to 51 in c9255b6
|
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.
Other than one piece of code that needs to be commented (and rebase obviously) this worked well.
Captions are a pretty essential feature so they'll need to be high on priority right after layouts.
Some issues with captions listed here and also outlined a way to bring them back but simplified; https://github.com/Automattic/wp-calypso/issues/29778
This works for me |
Going to rebase |
c9255b6
to
4365ea7
Compare
|
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.
Works as described, and code looks sane.
…sh-2019 * origin/master: Disable select when only one domain exiists (#29873) Tiled galleries: Disable captions (#29776) Prevent scrolling up when opening a dialog (#29832) Gutenberg: Move Shortlinks to production (#29883) Gutenlypso: add convert to blocks dialog (#29790) Gutenberg: Move Related Posts to production blocks (#29650) Analytics: fix ad-tracking issue on signup for non-gdpr countries (#29741) Update mobile phone validation module (used for 2fa) (#29740) Gutenlypso: make sure titles load on second edit (#29877) Site Picker: Change wording of /page and /block-editor to match /post (#29859) Gutenberg: update copy link in page list to be editor aware Gutenberg: use core approach of initialEdits over overridePost Gutenberg: when duplicating a post, override post content Gutenberg: update duplicate url when Gutenlypso is enabled Refactor: Replace use of key-mirror with inline code (#29857) Fixes wrong selected domain name (#29824) Turn off prettier for SASS, use stylelint instead (#29697) Gutenberg: Add copy button to Shortlinks (#29556) add a section name to the body class (#29563)
Thanks for bringing this home, folks 👍 |
Captions in Tiled Galleries closely match core gallery captions. They are functional, but present many challenges such as #29706
Disable captions for now by commenting them out.
Via p1545949443175900-slack-jetpack-gutenberg
Changes proposed in this Pull Request
Testing instructions