Skip to content

Commit

Permalink
Layout Docs: Fix broken link in table of contents (#44719)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong authored Oct 6, 2022
1 parent 8eeaccb commit e905f83
Showing 1 changed file with 2 additions and 2 deletions.
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).

0 comments on commit e905f83

Please sign in to comment.