Skip to content

Commit 7641939

Browse files
committed
MAGEDOC-3435: Edit product attribute fields topic
1 parent 65bd6cd commit 7641939

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/how-to/how-to-convert-product-attributes-to-use-pagebuilder.md

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

33
## Product attribute fields
44

5-
The PageBuilder module is compatible with all product attributes fields that use an input of type `text`.
6-
If your module creates a custom product attribute as a feature, you can change the input of that attribute to PageBuilder.
5+
The Page Builder module is compatible with all product attributes fields that use an input of type `text`.
6+
If your module creates a custom product attribute as a feature, you can change the input of that attribute to Page Builder.
77

88
For example, the following code creates a new product attribute called "Sample Field" with a default input type of `textarea`.
99

@@ -45,7 +45,7 @@ $categorySetup->addAttribute(
4545
);
4646
```
4747

48-
The following steps changes a custom product attribute's input type to PageBuilder using the Admin:
48+
The following steps change a custom product attribute's input type to PageBuilder using the Admin:
4949

5050
1. On the Admin sidebar, click **Stores**.
5151
2. Under **Attributes**, click on **Product**.
@@ -59,11 +59,11 @@ The following steps changes a custom product attribute's input type to PageBuild
5959

6060
All form fields that use the [WYSIWYG UI Component] are compatible with the PageBuilder module.
6161

62-
The following configuration settings in your module's [UI Component configuration file] affect how a form field interacts with the PageBuilder module:
62+
The following configuration settings in your module's [UI Component configuration file] affect how a form field interacts with the Page Builder module:
6363

6464
### `pagebuilder_button`
6565

66-
The `pagebuilder_button` configuration determines the appearance of the PageBuilder editor.
66+
The `pagebuilder_button` configuration determines the appearance of the Page Builder editor.
6767

6868
When this configuration is set to `true`, a button replaces the input field on the form.
6969
This button launches the PageBuilder editor in Full Screen Mode when clicked.
@@ -94,9 +94,9 @@ When this configuration is not specified or set to `false`, the PageBuilder edit
9494

9595
### `is_pagebuilder_enabled`
9696

97-
When the PageBuilder module is enabled, all form fields that use the [WYSIWYG UI Component] automatically switch to PageBuilder.
97+
When the PageBuilder module is enabled, all form fields that use the [WYSIWYG UI Component] automatically switch to Page Builder.
9898

99-
To prevent your form field from switching or using PageBuilder, set the `is_pagebuilder_enabled` configuration to `false`.
99+
To prevent your form field from switching or using Page Builder, set the `is_pagebuilder_enabled` configuration to `false`.
100100

101101
**Example:**
102102

0 commit comments

Comments
 (0)