Skip to content

Commit 2f9987a

Browse files
committed
MC-4272: Update content type docs
WIP fixed links in panel configurations
1 parent b994652 commit 2f9987a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/configurations/panel-configurations.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@ By default, the Page Builder panel has four groups (Layout, Elements, Media, Add
88

99
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-
| 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 |
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 |
1717

1818
## Overview
1919

2020
This topic describes four ways to customize the Page Builder panel:
2121

22-
- [Rename panel groups](# rename-panel-groups)
23-
24-
- [Reorder panel groups](# reorder-panel-groups)
22+
- [Rename panel groups](#rename-panel-groups)
23+
- [Reorder panel groups](#reorder-panel-groups)
2524
- [Add new panel groups](#add-new-panel-groups)
2625
- [Add content types to different panel group](#add-content-types-to-different-panel-groups).
2726

0 commit comments

Comments
 (0)