From aca81875746075aa8cb7c37814372bcf6f7afb9b Mon Sep 17 00:00:00 2001
From: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
Date: Fri, 13 Dec 2024 09:02:59 +0200
Subject: [PATCH 001/119] Storybook: Fix warnings in Layout document (#67865)
Co-authored-by: tyxla
-
From cbe7ef4d597cc28f3ab0fc9c7593b9af8085aa36 Mon Sep 17 00:00:00 2001
From: Sukhendu Sekhar Guria
-
-
- #### 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.
+
+
See the WordPress Storybook for more detailed, interactive documentation.
-Render a user interface to select the parent page in a hierarchy of pages: +Generates a hierarchical select input. ```jsx import { useState } from 'react'; @@ -15,7 +15,8 @@ const MyTreeSelect = () => { return (