Skip to content

Commit 41ead79

Browse files
committed
MAGEDOC-3550: How to add an appearance
WIP on image and topic for adding a new appearance to the Quote content type
1 parent b91e7d5 commit 41ead79

File tree

3 files changed

+149
-4
lines changed

3 files changed

+149
-4
lines changed

docs/how-to/how-to-add-appearance.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# How to add an appearance
22

3+
This topic describes how to add a new appearance to a content type so that you can give end-users the custom features they require when creating content.
4+
5+
![How to add an appearance](../images/how-to-add-appearance.svg)
6+
7+
## Step 1: Add appearance to config file
8+
39
In progress...

docs/how-to/how-to-add-storefront-widget.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# How to add a storefront widget
22

3-
A storefront widget is a JavaScript component that handles the behavior of a content type after Page Builder renders it on the storefront.
4-
For example, the Tabs and Sliders have their own storefront widgets to handle the end-user's tapping of tabs and swiping of slides on the storefront.
5-
However, Page Builder also executes storefront widgets on the Admin stage for block and dynamic block content types.
6-
This allows end-users to preview how Page Builder will render the blocks and dynamic blocks on the storefront.
3+
A storefront widget is a JavaScript component that handles the behavior of a content type after Page Builder renders it on the storefront. For example, the Tabs and Sliders have their own storefront widgets to handle the end-user's tapping of tabs and swiping of slides on the storefront.
4+
5+
However, Page Builder also executes storefront widgets on the Admin stage for block and dynamic block content types. This allows end-users to preview how Page Builder will render the blocks and dynamic blocks on the storefront.
76

87
Adding a storefront widget to your content type is a simple two-step process:
98

0 commit comments

Comments
 (0)