Skip to content

Commit 6c2dd94

Browse files
author
Cari Spruiell
committed
MAGETWO-90464: Stabilize Builds
- update documentation
1 parent 8272881 commit 6c2dd94

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

app/code/Magento/PageBuilder/docs/content-type-configuration.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -471,13 +471,8 @@ define([], function () {
471471
});
472472
```
473473

474-
## Preview Component Settings
474+
## Preview component settings
475475

476-
### fieldsToIgnoreOnRemove
477-
The `fieldsToIgnoreOnRemove` property can be used to exclude certain fields from consideration when evaluating whether
478-
an element has been configured. The default value is an empty array.
479-
480-
**Example:** `content-type/tab-item/preview.ts`
481-
```angular2html
482-
protected fieldsToIgnoreOnRemove: string[] = ["tab_name"];
483-
```
476+
| Property | Description | Example |
477+
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | -------------- |
478+
|`fieldsToIgnoreOnRemove`| array containing field names to ignore when evaluating whether an element has been configured. The default value is an empty array. | `["tab_name"]` |

0 commit comments

Comments
 (0)