Skip to content

Commit b91e7d5

Browse files
committed
MAGEDOC-3550: How to add an appearance
Extending content type tutorial
1 parent da699fd commit b91e7d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/extend-existing-content-type/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extending existing content types
1+
# Overview
22

33
One of quickest ways to customize Page Builder is by changing how _existing_ content types look and behave. End-users can already edit Page Builder's content types in several ways. But sometimes your end-users will want to change the structure or modify properties that do not exist on a given content type. In those cases, you can extend an existing content type by customizing its existing _appearance_ or adding a new _appearance_.
44

@@ -24,7 +24,6 @@ Page Builder defines these appearances in the Banner's configuration file (`Mage
2424
Within each `appearance` element, you can change content types in the following ways:
2525

2626
- Add new style properties.
27-
2827
- Add or change templates.
2928
- Add to or change existing forms.
3029
- Add new attributes.

0 commit comments

Comments
 (0)