Skip to content

Commit bef88d3

Browse files
authored
ENGCOM-5755: Move WYSIWYG adapter to adminhtml theme Ui module #24093
2 parents a5a11a5 + 26e9f2b commit bef88d3

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

app/code/Magento/Theme/view/base/layout/default.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/code/Magento/Ui/view/base/layout/default.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<body>
1010
<referenceContainer name="after.body.start">
1111
<block class="Magento\Ui\Block\Logger" name="logger" template="Magento_Ui::logger.phtml"/>
12+
<block class="Magento\Ui\Block\Wysiwyg\ActiveEditor" name="theme.active.editor" template="Magento_Ui::wysiwyg/active_editor.phtml" />
1213
</referenceContainer>
1314
</body>
1415
</page>

0 commit comments

Comments
 (0)