File tree 3 files changed +3
-1
lines changed
Cms/Test/Mftf/Section/CmsNewBlockBlockActionsSection
Theme/view/frontend/layout
lib/web/mage/adminhtml/wysiwyg/tiny_mce 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
10
<section name =" BlockContentSection" >
11
11
<element name =" TextArea" type =" input" selector =" #cms_block_form_content" />
12
- <element name =" image" type =" file" selector =" #tinymce img" />
12
+ <element name =" image" type =" file" selector =" .mce-content-body img" />
13
13
<element name =" contentIframe" type =" iframe" selector =" cms_block_form_content_ifr" />
14
14
</section >
15
15
</sections >
Original file line number Diff line number Diff line change 8
8
<page layout =" 3columns" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<update handle =" default_head_blocks" />
10
10
<body >
11
+ <attribute name =" id" value =" html-body" />
11
12
<block name =" require.js" class =" Magento\Framework\View\Element\Template" template =" Magento_Theme::page/js/require_js.phtml" />
12
13
<referenceContainer name =" after.body.start" >
13
14
<block class =" Magento\RequireJs\Block\Html\Head\Config" name =" requirejs-config" />
Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ define([
205
205
plugins : this . config . tinymce4 . plugins ,
206
206
toolbar : this . config . tinymce4 . toolbar ,
207
207
adapter : this ,
208
+ 'body_id' : 'html-body' ,
208
209
209
210
/**
210
211
* @param {Object } editor
You can’t perform that action at this time.
0 commit comments