Skip to content

Commit 0efa91f

Browse files
MAGEDOC-3583: RTM topics and tasks
Apply suggestions from review Co-Authored-By: bdenham <[email protected]>
1 parent ffa6aa1 commit 0efa91f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/reference/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following is a simple overview of the data flow:
5555

5656
1. Page Builder's reader() reads the data from associated elements in the persisted rendered output of the master format. It does this by traversing through the content type's DOM tree and searching for the associated elements declared in the content types definition XML. Then it uses the various attributes, styles, and other configurations to read the data from the specific area of the DOM element.
5757
2. Page Builder's element converters convert the data for each data mapping entry () to an internal supported format if required, this ensures the data collected from the DOM nodes is compatible with Page Builder's internal data store and UI component fields.
58-
3. Page Builder's mass converters can change data for all content type elements, not just one. For more details see [converter interface](configurations.md).
58+
3. Page Builder's mass converters can change data for all content type elements, not just one. For more details, see [converter interface](configurations.md).
5959
4. Page Builder creates its content types and populates the `Magento_PageBuilder/js/data-store` with data.
6060
5. End-users change the data in the data store within the form editor or when using the various live-editing options on the stage.
6161
6. Page Builder converts the data using mass converters.
@@ -129,14 +129,14 @@ For example:
129129

130130
Page Builder stores data for content types in a simple object called the DataStore: `Magento_PageBuilder/js/data-store`.
131131

132-
The parameter `name` from [content type configuration](configurations.md) is the name of a parameter in the DataStore.
132+
The `name` parameter from the [content type configuration](configurations.md) is the name of a parameter in the `DataStore`.
133133
You can use the `subscribe` method to listen for changes in the DataStore and perform custom actions on the data.
134134

135135
This is how the system binds the data from the DataStore to your elements attribute or style. When you include a new attribute or style, you must specify where it should retrieve its data from the content type. These `name` values normally bind to the field names within UI component forms. The field names are the keys we use to save the data.
136136

137137
## Content type configuration
138138

139-
Please see [content type configuration](configurations.md) for more information.
139+
See [content type configuration](configurations.md) for more information.
140140

141141
## Appearances
142142

docs/reference/configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use the content type and menu section configuration to add new content types, ex
1515
| `children` | List of children content types that can accept this type as a parent. |
1616
| `appearances` | Appearance configuration. |
1717
| `is_system` | Determines menu visibility for the component. System components should not be visible in the menu. Default value is true. |
18-
| `additional_data` | Allows to specify additional data for component, see [additional configurations](../how-to/how-to-add-additional-configurations.md) for more information. |
18+
| `additional_data` | Allows you to specify additional data for the component. See [additional configurations](../how-to/how-to-add-additional-configurations.md) for more information. |
1919
{:style="table-layout:auto"}
2020

2121
| Attribute | Description |
@@ -518,4 +518,4 @@ Individual appearances may have different uiComponent forms in order to use diff
518518
|`fieldsToIgnoreOnRemove`| array containing field names to ignore when evaluating whether an element has been configured. The default value is an empty array. | `["tab_name"]` |
519519
{:style="table-layout:auto"}
520520

521-
<!-- {% endraw %} -->
521+
<!-- {% endraw %} -->

0 commit comments

Comments
 (0)