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
@@ -40,7 +40,7 @@ The steps for creating the Quote content type are illustrated and described belo
40
40
1.**Add configuration**: Create an XML file to define your content type and reference the other files that control the appearance and behavior of your content type.
41
41
2.**Add templates**: Create HTML templates that define the appearance of your content types on the Admin stage (`preview.html`) and the storefront (`master.html`).
42
42
3.**Add component**: Create a JavaScript file that defines the behavior of your content type on the Admin stage (preview.js) and the storefront (master.js).
43
-
4.**Add form**: Create a UI component form and a layout so users can edit your content type within the Page Builder editor.
43
+
4.**Add form**: Create a UI component form and a layout so Admin users can edit your content type within the Page Builder editor.
44
44
5.**Add styles**: Create LESS files to style your content types when rendered in the Admin UI and on the storefront.
45
45
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