Skip to content

Commit 031f71f

Browse files
committed
MC-5710: Beta docs tutorial
Changed edit to form in overview
1 parent 6adec46 commit 031f71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Page Builder creates content types from modules. So this topic assumes you have
2020
1. **Add configuration**: Create an XML file to setup all the other files that control the appearances and behaviors of your content type.
2121
2. **Add templates**: Create HTML files that define the appearance of your content types on the Admin stage (preview.html) and the storefront (master.html).
2222
3. **Add component**: Create a JavaScript file that define the behavior of your content type on the Admin stage (preview.js) and the storefront (master.js).
23-
4. **Add editor**: Create a UI component (XML file) and a layout to give users the ability to add or edit content using your content type.
23+
4. **Add form**: Create a UI component form (XML file) and layout so users can edit your content type.
2424
5. **Add styles**: Create LESS files to style your content types when rendered in the Admin UI and on the storefront.
2525
6. **Add frontend widget**: Create a JavaScript file to control the UI behavior (user interactivity) of your content type on the storefront.
2626

0 commit comments

Comments
 (0)