Skip to content

Commit b994652

Browse files
committed
MC-4272: Update content type docs
WIP updated panel configurations and view pagebuilder topics
1 parent 1ae1bb7 commit b994652

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

docs/configurations/panel-configurations.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
11
<!-- {% raw %} -->
22

3-
# Panel configurations
3+
# Panel groups and configurations
44

55
By default, the Page Builder panel has four groups (Layout, Elements, Media, Add Content) and 16 content types as shown here:
66

77
![Panel menu](../images/panel-horizontal-default.png)
88

9-
You can customize the panel menu in many ways:
9+
These groups are defined in the Page Builder `group.xml` file and can be extended and customized from your content type by adding new groups with unique names and/or changing the `label` and `sortOrder` of the existing groups noted in the table below.
1010

11-
- Rename panel groups.
11+
| name | label | sortOrder | purpose |
12+
| ------------- | ----------- | --------- | ------------------------------------------------------- |
13+
| `layout` | Layout | 1 | Groups containers that control the structure of a page. |
14+
| `elements` | Elements | 10 | Groups common text and input elements |
15+
| `media` | Media | 20 | Groups visual and interactive elements |
16+
| `add_content` | Add Content | 30 | Groups dynamic storefront elements |
1217

13-
- Reorder panel groups.
18+
## Overview
1419

15-
- Add new panel groups.
20+
This topic describes four ways to customize the Page Builder panel:
1621

17-
- Add content types to different panel groups.
22+
- [Rename panel groups](# rename-panel-groups)
23+
24+
- [Reorder panel groups](# reorder-panel-groups)
25+
- [Add new panel groups](#add-new-panel-groups)
26+
- [Add content types to different panel group](#add-content-types-to-different-panel-groups).
1827

1928
{: .bs-callout .bs-callout-info }
2029
For the sake of the user experience, please don't forget the affect your panel configurations may have on the end user. User's should have access the most important content types first, so be careful how you reorder groups and content types within groups. We strongly encourage you to place your content types into the existing groups when possible, instead of creating your own group.
Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# View Page Builder
22

3-
After activating Page Builder, you can view it by navigating to and editing any of your Magento CMS pages. For example, navigate to the Home Page editor by selecting **Content** > **Pages** > **Home Page** > **Edit**, as shown here:
3+
After activating Page Builder, you can view it by navigating to one of several locations within the Admin UI:
4+
5+
- Catalog Product
6+
- Catalog Category
7+
- CMS Page
8+
- CMS Block
9+
10+
**Commerce Only:**
11+
12+
- Content Staging
13+
- Dynamic Block (formally banner)
14+
15+
The following example shows Page Builder active within the Home Page by selecting **Content** > **Pages** > **Home Page** > **Edit**, as shown here:
416

517
![Navigate to Page Builder](../images/navigate-to-pagebuilder.png)
618

7-
Then open the **Content** section on the Home Page to view Page Builder:
819

9-
![View Page Builder](../images/home-page-pagebuilder.png)
20+
21+
Page Builder is shown here within the **Content** section of the Home Page.
22+
23+
![View Page Builder](../images/home-page-pagebuilder.png)
24+

0 commit comments

Comments
 (0)