diff --git a/storybook/stories/foundations/layout.mdx b/storybook/stories/foundations/layout.mdx index abc0c7c4f6947..578f4e8b66e42 100644 --- a/storybook/stories/foundations/layout.mdx +++ b/storybook/stories/foundations/layout.mdx @@ -1,4 +1,4 @@ -import { Meta } from '@storybook/addon-docs/blocks'; +import { Meta } from '@storybook/blocks'; import areas from './static/areas.svg'; import pageLayoutExample1 from './static/page-layout-example-1.svg'; import pageLayoutExample2 from './static/page-layout-example-2.svg'; @@ -27,32 +27,34 @@ At the highest level admin pages are comprised of _areas_, that can be arranged Areas can be combined in different ways depending on the use case. Here are some examples.
- #### Sidebar, Content Frame and Preview Frame - - - A demonstration of this arrangement can be found in the Styles section of the Site Editor, and in the Pages and Templates sections when List layout is selected. - | -- #### Sidebar and Preview Frame - - - A demonstration of this arrangement can be found in the Design section. - | -
- #### Sidebar and Content Frame - - - A demonstration of this arrangement can be found in the Patterns and Templates sections of the Site Editor, or in the Pages section when Table or Grid layout are selected. - | -- #### Sidebar and multiple Content Frames - - - Multiple content frames can be utilised as required. - | -
+ #### Sidebar, Content Frame and Preview Frame + + + A demonstration of this arrangement can be found in the Styles section of the Site Editor, and in the Pages and Templates sections when List layout is selected. + | ++ #### Sidebar and Preview Frame + + + A demonstration of this arrangement can be found in the Design section. + | +
+ #### Sidebar and Content Frame + + + A demonstration of this arrangement can be found in the Patterns and Templates sections of the Site Editor, or in the Pages section when Table or Grid layout are selected. + | ++ #### Sidebar and multiple Content Frames + + + Multiple content frames can be utilised as required. + | +