Skip to content

Commit 939ef44

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

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
@@ -39,7 +39,7 @@ The steps for creating the Quote content type are illustrated and described belo
3939

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`).
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).
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`).
4343
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.

0 commit comments

Comments
 (0)