Skip to content

Commit f238a98

Browse files
committed
MAGEDOC-3644:Post GA release docs cleanup
Tweaked language to clarify step 3
1 parent 964279d commit f238a98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/extend-existing-content-type/step-3-extend-forms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
In this step, you will customize the Banner form (`pagebuilder_banner_form.xml`) by adding a form field for entering a `max-height` value for the `collage-left` and `collage-right` appearances.
44

5-
## Create the appearance forms
5+
## Create the appearance form
66

77
Page Builder forms are UI component forms. This means they follow the same conventions as any other UI component form in Magento. If you are not already familiar with UI component forms, you can learn more about them from the [UI Components Guide](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/concepts/ui_comp_xmldeclaration_concept.html). For this tutorial, we provide you with the basic markup for setting up an empty form.
88

9-
Your file structure for the Banner extension forms and corresponding layouts should look like this:
9+
Your file structure for the Banner extension form and corresponding layout should look like this:
1010

1111
![Extension forms file structure](../images/extension-forms-files.png){:width="544px" height="auto"}
1212

13-
When setting up your extension form, ensure you have named your form with the same name as that of the content type you want to extend. In our case, we are extending from the Banner's form: `page-banner-form.xml` . The basic XML configuration for both forms is as follows.
13+
### Extension form
1414

15-
### `collage-left` form
15+
When customizing an existing form, make sure you name your form with the same name as the existing content type's form. In our case, we are customizing the Banner's form, which means we must name our form: `page-banner-form.xml`. Here's the basic XML configuration for the Banner form extension:
1616

1717
```xml
1818
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)