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
The reason we suggest prefIxing your content type with your vendor name is to prevent Magento from merging your content type configuration file with another configuration file of the same name, or with a future content type published by Magento.
18
+
The reason we suggest prefixing your content type with your vendor name is to prevent Magento from merging your content type configuration file with another configuration file of the same name, or with a future content type published by Magento.
19
19
20
20
## The `example_quote` configuration
21
21
@@ -31,7 +31,7 @@ The following configuration is from the Quote content type. An overview of these
Copy file name to clipboardexpand all lines: docs/create-basic-content-type/step-4-add-form.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ The Quote form is shown in full here for you to copy into your `pagebuilder_exam
160
160
161
161
### fieldset
162
162
163
-
Page Builder requires fields to be grouped within named `<fieldset>`s. Fieldsets provide your fields with a basic grouping mechanism and an optional label. You can define as many fieldsets as you want.
163
+
Page Builder requires fields to be grouped within named `<fieldset>` elements. Fieldsets provide your fields with a basic grouping mechanism and an optional label. You can define as many fieldsets as you want.
|`name`| Specifies the name of the element's scope for data binding when applied to template elements. In our example, we use the element name of `main` as the scope for binding styles and other attributes to the top-level `<div>` element in our template: `<div attr="data.main.attributes" ko-style="data.main.style">`|
274
+
|`name`| Specifies the name of the element scope for the data binding when applied to template elements. In our example, the element name of `main` is used as the scope for binding styles and other attributes to the top-level `<div>` element in our template: `<div attr="data.main.attributes" ko-style="data.main.style">`|
275
275
276
276
#### style
277
277
@@ -281,19 +281,19 @@ The `<style>` element configures the bindings from the form style fields to the
0 commit comments