You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to/how-to-convert-product-attributes-to-use-pagebuilder.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
## Product attribute fields
4
4
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.
7
7
8
8
For example, the following code creates a new product attribute called "Sample Field" with a default input type of `textarea`.
9
9
@@ -45,7 +45,7 @@ $categorySetup->addAttribute(
45
45
);
46
46
```
47
47
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:
49
49
50
50
1. On the Admin sidebar, click **Stores**.
51
51
2. Under **Attributes**, click on **Product**.
@@ -59,11 +59,11 @@ The following steps changes a custom product attribute's input type to PageBuild
59
59
60
60
All form fields that use the [WYSIWYG UI Component] are compatible with the PageBuilder module.
61
61
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:
63
63
64
64
### `pagebuilder_button`
65
65
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.
67
67
68
68
When this configuration is set to `true`, a button replaces the input field on the form.
69
69
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
94
94
95
95
### `is_pagebuilder_enabled`
96
96
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.
98
98
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`.
0 commit comments