Skip to content

Commit 7e21469

Browse files
author
Lukasz Borowiec
committed
#510: User sees content snapshot on Cms Page in Admin Panel #7 - Added fixed for mftf tests
1 parent e2660fa commit 7e21469

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/Component/Form/Element

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Component/Form/Element/Wysiwyg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct(
5656
}
5757
} catch (NoSuchEntityException $e) {
5858
// This model is used by non product attributes
59-
$config['wysiwyg'] = false;
59+
$config['wysiwyg'] = true;
6060
}
6161
}
6262
$isEnablePageBuilder = isset($wysiwygConfigData['is_pagebuilder_enabled'])

0 commit comments

Comments
 (0)