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.
1 parent e2660fa commit 7e21469Copy full SHA for 7e21469
app/code/Magento/PageBuilder/Component/Form/Element/Wysiwyg.php
@@ -56,7 +56,7 @@ public function __construct(
56
}
57
} catch (NoSuchEntityException $e) {
58
// This model is used by non product attributes
59
- $config['wysiwyg'] = false;
+ $config['wysiwyg'] = true;
60
61
62
$isEnablePageBuilder = isset($wysiwygConfigData['is_pagebuilder_enabled'])
0 commit comments