Skip to content

Commit c9c6b45

Browse files
Move WYSIWYG adapter to UI module
1 parent 89cf888 commit c9c6b45

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)