Skip to content
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

Layout Docs: Fix broken link in table of contents #44719

Merged
merged 1 commit into from
Oct 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/explanations/architecture/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This document introduces the main concepts related to styles that affect the use
- [Consolidate data](#consolidate-data)
- [From data to styles](#from-data-to-styles)
- [Current limitations of the Global Styles API](#current-limitations-of-the-global-styles-api)
4. [Structural layout styles](#structural-layout-styles)
4. [Layout styles](#layout-styles)
- [Base layout styles](#base-layout-styles)
- [Individual layout styles](#individual-layout-styles)
- [Available layout types](#available-layout-types)
Expand Down Expand Up @@ -565,4 +565,4 @@ The current semantic class names that can be output by the Layout block support

#### Opting out of generated layout styles

Layout styles output is switched on by default because the styles are required by core structural blocks. However, themes can opt out of generated block layout styles while retaining semantic class name output by using the `disable-layout-styles` block support. Such themes will be responsible for providing all their own structural layout styles. See [the entry under Theme Support](https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#disabling-base-layout-styles).
Layout styles output is switched on by default because the styles are required by core structural blocks. However, themes can opt out of generated block layout styles while retaining semantic class name output by using the `disable-layout-styles` block support. Such themes will be responsible for providing all their own layout styles. See [the entry under Theme Support](https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#disabling-base-layout-styles).