Skip to content

Commit 8541f9a

Browse files
author
Lukasz Borowiec
committed
#501: User sees content snapshot on CMS page in Admin Panel #7 - Fix for static test
1 parent 6110753 commit 8541f9a

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)