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