Skip to content

Commit c646aec

Browse files
committed
#544: Configurable Page Builder Full Screen Mode
- Fixing Functional Test(s)
1 parent 6173157 commit c646aec

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
@@ -67,7 +67,7 @@ public function __construct(
6767
$config['wysiwyg'] = (bool)$attribute->getIsWysiwygEnabled();
6868
}
6969
} catch (NoSuchEntityException $e) {
70-
$config['wysiwyg'] = false;
70+
$config['wysiwyg'] = true;
7171
}
7272
}
7373

0 commit comments

Comments
 (0)