We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e53826 + 462c7e9 commit 174f238Copy full SHA for 174f238
app/code/Magento/PageBuilder/Ui/DataProvider/Product/Form/Modifier/Eav/WysiwygConfigDataProcessor.php
@@ -19,6 +19,7 @@ public function process(\Magento\Catalog\Api\Data\ProductAttributeInterface $att
19
$wysiwygConfigData = [];
20
if ($attribute->getData('is_pagebuilder_enabled')) {
21
$wysiwygConfigData['is_pagebuilder_enabled'] = true;
22
+ $wysiwygConfigData['pagebuilder_content_snapshot'] = true;
23
$wysiwygConfigData['pagebuilder_button'] = true;
24
} else {
25
$wysiwygConfigData['is_pagebuilder_enabled'] = false;
0 commit comments