WordPress / Documentation-Issue-Tracker

Issue Tracker for the WordPress Documentation team.
https://make.wordpress.org/docs/
Other
83 stars 42 forks source link

[6.6 Theme Handbook] Documentation outdated for lightbox #1658

Open maximebj opened 3 months ago

maximebj commented 3 months ago

Issue Description

The Lightbox documentation still show a screenshot with the old 6.4 setting to activate the lightbox. This setting is linked to allowEditing on theme.json.

The handbook also states that the lightbox is only available on the image block. We should add Gallery too.

And finally, the setting is only applied on settings > blocks and the docs fail to mention that the setting is also available globally on settings > lightbox.

URL of the Page with the Issue

https://developer.wordpress.org/themes/global-settings-and-styles/settings/lightbox/

Section of Page with the issue

whole page

Why is this a problem?

Users (like me) will search for a long time why the setting is not appearing under settings on the inspector despite allowEditing is set to true. It's because the setting is now on the link button on the toolbar.

Suggested Fix

It's my first issue. Hope it helps!

github-actions[bot] commented 3 months ago

Heads up @WordPress/docs-issues-coordinators, we have a new issue open. Time to use 'em labels.

maximebj commented 3 months ago

I just noticed that Expand on click is still available in the Styles editor.

Maybe the documentation should address these 2 cases : on a bloc, and on the global styles editor.