Skip to content

Commit 964279d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Step 3: Extend forms
22

3-
In this step, you will extend 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.
3+
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

55
## Create the appearance forms
66

@@ -53,7 +53,7 @@ When setting up your extension form, ensure you have named your form with the sa
5353

5454
## Add fieldsets and fields
5555

56-
Before you add a field to the form of an existing content type, you need to know where to add it. In other words, you need to decide which fieldset to put your field in. We want to put our new max-height field below the Banner's existing min-height field, which is in the the `appearance_fieldset`.
56+
Before you add a field to the form of an existing content type, you need to know where to add it. In other words, you need to decide which fieldset to put your field in. We want to put our new `max_height` field below the Banner's existing `min_height` field, which is in the the `appearance_fieldset`.
5757

5858
The markup for adding the field to the fieldset looks like this:
5959

@@ -93,7 +93,7 @@ The following table describes some key elements:
9393
| `settings` | Provides the markup that gives your field a label, CSS styling, validation, and other properties as needed. |
9494
{:style="table-layout:auto"}
9595

96-
After adding max-height field as shown, flush your cache, drag a banner to the Admin stage, open the editor, and see your new style property field being rendered in the Banner's form, as shown here:
96+
After adding the max_height field, flush your cache, drag a banner to the Admin stage, open the editor, and see your new style property field being rendered in the Banner's form, as shown here:
9797

9898
![Appearance fieldset](../images/appearance-fieldset.png){:width="934px" height="auto"}
9999

0 commit comments

Comments
 (0)