File tree Expand file tree Collapse file tree 3 files changed +5
-53
lines changed
app/code/Magento/PageBuilder
view/adminhtml/ui_component Expand file tree Collapse file tree 3 files changed +5
-53
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ public function __construct(
69
69
$ data ['config ' ]['template ' ] = 'ui/form/field ' ;
70
70
$ data ['config ' ]['elementTmpl ' ] = 'Magento_PageBuilder/form/element/wysiwyg ' ;
71
71
$ wysiwygConfigData = $ stageConfig ->getConfig ();
72
+ $ wysiwygConfigData ['pagebuilder_button ' ] = true ;
73
+ $ wysiwygConfigData ['pagebuilder_content_snapshot ' ] = true ;
74
+ $ data ['config ' ]['additionalClasses ' ] = [
75
+ 'admin__field-wide admin__field-page-builder ' => true
76
+ ];
72
77
$ data ['config ' ]['wysiwygConfigData ' ] = isset ($ config ['wysiwygConfigData ' ]) ?
73
78
array_replace_recursive ($ config ['wysiwygConfigData ' ], $ wysiwygConfigData ) :
74
79
$ wysiwygConfigData ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments