Skip to content

Commit 75a1c5a

Browse files
committed
MAGEDOC-3483: Fix Quote content type
Refined writing based on PR review
1 parent 4468d3f commit 75a1c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/create-basic-content-type/step-4-add-form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,13 @@ The Quote form is shown in full here for you to copy into your `pagebuilder_exam
199199

200200
### appearance fieldset and field
201201

202-
Page Builder requires you to add the `appearance_fieldset` (the first fieldset shown in the form) and its `appearance` field for all your content type forms. Even though our Quote content type doesn’t have any additional appearances, the `appearance` field is still required/expected so that other modules can add appearances to a content type as needed.
202+
Page Builder requires you to add the `appearance_fieldset` along with its `appearance` field for all your content type forms. Even though our Quote content type doesn’t have any additional appearances, the field is still required/expected so that other modules can add appearances to your content type as needed.
203203

204204
To ensure your appearance field renders, you need to create a `di.xml` file located here:
205205

206206
![Create config file](../images/step4-field-appearance-class.png)
207207

208-
Then add the source implementation as referenced in the `appearance` field: `<options class="AppearanceSourceQuote"/>` as shown here:
208+
Then add the source implementation as referenced in the `appearance` field (`<options class="AppearanceSourceQuote"/>`) as shown here:
209209

210210
```xml
211211
<?xml version="1.0"?>

0 commit comments

Comments
 (0)