Skip to content

Commit bc03390

Browse files
committed
MC-4272: Update content type docs
Updated overview and images.
1 parent 8d49a2e commit bc03390

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ We offer one method for installing PageBuilder:
3131
* [Install Page Builder](docs/getting-started/install-pagebuilder.md)
3232
* [Activate Page Builder](docs/getting-started/activate-pagebuilder.md)
3333

34-
### Create a basic content type
34+
### Create a content type
3535

3636
* [Overview](docs/create-basic-content-type/overview.md)
3737
* [Step 1: Add configuration](docs/create-basic-content-type/step-1-add-configuration.md)
3838
* [Step 2: Add templates](docs/create-basic-content-type/step-2-add-templates.md)
3939
* [Step 3: Add components](docs/create-basic-content-type/step-3-add-components.md)
40-
* [Step 4: Add editor](docs/create-basic-content-type/step-4-add-editor.md)
40+
* [Step 4: Add form editor](docs/create-basic-content-type/step-4-add-form-editor.md)
4141
* [Step 5: Add layout](docs/create-basic-content-type/step-5-add-layout.md)
4242
* [Step 6: Add styles and icons](docs/create-basic-content-type/step-6-add-styles-icons.md)
4343
* [Step 7: Add frontend widget](docs/create-basic-content-type/step-7-add-frontend-widget.md)

docs/create-basic-content-type/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ The steps for creating a Page Builder content type are briefly outlined here. Th
1616

1717
![Creating Custom Content Types](../images/content-type-overview.png)
1818

19-
1. **Add a configuration** as an XML file to setup all the other files that control the appearances and behaviors of your content type.
20-
2. **Add templates** as HTML files to control the appearance of your content types on the Admin stage (preview.html) and the storefront (master.html).
21-
3. **Add a component** as a JavaScript file to control the behavior of your content type on the Admin stage (preview.js) and the storefront (master.js).
22-
4. **Add an editor** as a UI component (XML file) to give users the ability to add or edit content with your content type.
23-
5. **Add layout** as an XML file to add your editor to the stage.
24-
6. **Add styles and icons** as LESS and image files (png, svg) to add specific styling and images to your content types as they appear on the Admin stage and the storefront.
25-
7. **Add frontend widget** as a JavaScript file to control the UI behavior (user interactivity) of your content type on the storefront.
19+
1. **Add configuration**: an XML file to setup all the other files that control the appearances and behaviors of your content type.
20+
2. **Add templates**: HTML files to control the appearance of your content types on the Admin stage (preview.html) and the storefront (master.html).
21+
3. **Add component**: a JavaScript file to control the behavior of your content type on the Admin stage (preview.js) and the storefront (master.js).
22+
4. **Add form (editor)**: a UI component (XML file) to give users the ability to add or edit content using your content type.
23+
5. **Add layout**: an XML file to add your form editor to the stage.
24+
6. **Add styles and icons**: LESS and image files (png, svg) to add specific styling and images to your content types as they appear on the Admin stage and the storefront.
25+
7. **Add frontend widget**: a JavaScript file to control the UI behavior (user interactivity) of your content type on the storefront.
2626

2727
![Before and after content type](../images/content-type-files.png)
2828

docs/create-basic-content-type/step-4-add-editor.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Step 4: Add form editor

docs/images/content-type-files.png

1.13 KB
Loading

docs/images/content-type-overview.png

604 Bytes
Loading
14.9 KB
Loading

docs/images/simple-module.png

18.9 KB
Loading

0 commit comments

Comments
 (0)