Skip to content

Commit

Permalink
magento/magento2-page-builder#558: Developer can style content types …
Browse files Browse the repository at this point in the history
…output differently per viewport - Fixed tinymce image selector
  • Loading branch information
hannahnida committed Oct 20, 2020
1 parent 32ed03c commit 754eb5a
Showing 1 changed file with 1 addition 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>

0 comments on commit 754eb5a

Please sign in to comment.