Skip to content

Commit a8fe52c

Browse files
keharperbdenham
andauthored
MC-5769: Complete content type tutorial
Updated from suggestion feature Co-Authored-By: bdenham <bdenham@adobe.com>
1 parent f9a637e commit a8fe52c

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
@@ -40,7 +40,7 @@ The steps for creating the Quote content type are illustrated and described belo
4040
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.
4141
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`).
4242
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.
4444
5. **Add styles**: Create LESS files to style your content types when rendered in the Admin UI and on the storefront.
4545
6. **Add frontend widget**: Create a JavaScript file to control the UI behavior (user interactivity) of your content type on the storefront.
4646

0 commit comments

Comments
 (0)