You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/create-basic-content-type/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Page Builder creates content types from modules. So this topic assumes you have
20
20
1.**Add configuration**: Create an XML file to setup all the other files that control the appearances and behaviors of your content type.
21
21
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).
22
22
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.
24
24
5.**Add styles**: Create LESS files to style your content types when rendered in the Admin UI and on the storefront.
25
25
6.**Add frontend widget**: Create a JavaScript file to control the UI behavior (user interactivity) of your content type on the storefront.
0 commit comments