Skip to content

Commit

Permalink
Merge pull request #6266 from magento-obsessive-owls/imported-magento…
Browse files Browse the repository at this point in the history
…-magento2-30565

[Imported] magento/magento2-page-builder#558: Developer can style content types …
  • Loading branch information
omiroshnichenko committed Oct 22, 2020
2 parents 2f4d989 + 72fea37 commit 68c903f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="BlockContentSection">
<element name="TextArea" type="input" selector="#cms_block_form_content"/>
<element name="image" type="file" selector="#tinymce img"/>
<element name="image" type="file" selector=".mce-content-body img"/>
<element name="contentIframe" type="iframe" selector="cms_block_form_content_ifr"/>
</section>
</sections>
1 change: 1 addition & 0 deletions app/code/Magento/Theme/view/frontend/layout/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<page layout="3columns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="default_head_blocks"/>
<body>
<attribute name="id" value="html-body"/>
<block name="require.js" class="Magento\Framework\View\Element\Template" template="Magento_Theme::page/js/require_js.phtml" />
<referenceContainer name="after.body.start">
<block class="Magento\RequireJs\Block\Html\Head\Config" name="requirejs-config"/>
Expand Down
1 change: 1 addition & 0 deletions lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ define([
plugins: this.config.tinymce4.plugins,
toolbar: this.config.tinymce4.toolbar,
adapter: this,
'body_id': 'html-body',

/**
* @param {Object} editor
Expand Down

0 comments on commit 68c903f

Please sign in to comment.