Skip to content

Commit af57562

Browse files
committed
PB-371: Documentation for Page Builder content upgrade process
Removed mention of of the word framework
1 parent 4a7216b commit af57562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_drafts/how-to/how-to-upgrade-content-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class FixFullWidthRowPadding implements DataConverterInterface
8484

8585
### Data patch class example
8686

87-
The data patch class implements the `DataPatchInterface`. Specifically, it uses the framework's `UpgradeContentHelper` class to apply the converter class to all the database entities where Page Builder content exists. These locations are provided by the `UpgradableEntitiesPool`, described later in this topic.
87+
The data patch class implements the `DataPatchInterface`. Specifically, it uses the Page Builder `UpgradeContentHelper` class to apply the converter class to all the database entities where Page Builder content exists. These locations are provided by the `UpgradableEntitiesPool`, described later in this topic.
8888

8989
Page Builder's `UpgradeFullWidthPadding` class is provided here as an example implementation:
9090

0 commit comments

Comments
 (0)