Skip to content

Commit

Permalink
Flag the experimental nature of the block support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Sep 21, 2022
1 parent 11b6f2f commit 2da523e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/explanations/architecture/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ In addition to styles at the individual block level and in global styles, there

The Layout block support is an experimental approach for outputting common structural layout styles that are shared between blocks that are used for creating layouts. Layout styles are useful for providing common styling for any block that is a container for other blocks. Examples of blocks that depend on these layout styles include Group, Row, Columns, Buttons, and Social Icons.

While the feature is part of WordPress core, it is still flagged as experimental in the sense that the features and output are still undergoing active development. It is therefore not yet a stable feature from the perspective of 3rd party blocks, as the API is likely to change. The feature is enabled in core blocks via the `__experimentalLayout` setting under `supports` in a block's `block.json` file.

There are two primary places where Layout styles are output:

1. Base layout styles
Expand Down

0 comments on commit 2da523e

Please sign in to comment.