File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
app/code/Magento/PageBuilder Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function getConfig(\Magento\Framework\DataObject $config): \Magento\Frame
42
42
$ config ->addData (
43
43
[
44
44
'tinymce ' => [
45
- 'toolbar ' => 'undo redo | styleselect | fontsizeselect | lineheight | forecolor backcolor ' .
45
+ 'toolbar ' => 'undo redo | styles | fontsizeselect | lineheight | forecolor backcolor ' .
46
46
'| bold italic underline | alignleft aligncenter alignright | numlist bullist ' .
47
47
'| link image table charmap ' ,
48
48
Original file line number Diff line number Diff line change 8
8
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
10
<section name =" TinyMCESection" >
11
- <element name =" Style" type =" button" selector =" button[aria-label='Formats ']" />
11
+ <element name =" Style" type =" button" selector =" button[aria-label='Format Paragraph ']" />
12
12
</section >
13
13
</sections >
Original file line number Diff line number Diff line change 587
587
<type name =" Magento\PageBuilder\Model\Wysiwyg\InlineEditingSupportedAdapterList" >
588
588
<arguments >
589
589
<argument name =" wysiwygAdaptersSupportingInlineEditing" xsi : type =" array" >
590
- <item name =" mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter " xsi : type =" boolean" >true</item >
590
+ <item name =" mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter " xsi : type =" boolean" >true</item >
591
591
</argument >
592
592
</arguments >
593
593
</type >
594
594
<type name =" Magento\PageBuilder\Model\Config\ContentType\AdditionalData\Provider\Wysiwyg\Config" >
595
595
<arguments >
596
596
<argument name =" editors" xsi : type =" array" >
597
- <item name =" mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter " xsi : type =" array" >
597
+ <item name =" mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter " xsi : type =" array" >
598
598
<item name =" component" xsi : type =" string" >Magento_PageBuilder/js/wysiwyg/tinymce</item >
599
599
<item name =" component_initializers" xsi : type =" array" >
600
600
<item name =" text" xsi : type =" string" >Magento_PageBuilder/js/content-type/text/wysiwyg/tinymce/component-initializer</item >
618
618
<virtualType name =" Magento\PageBuilder\Model\Config\ContentType\AdditionalData\Provider\Wysiwyg\BannerConfig" type =" Magento\PageBuilder\Model\Config\ContentType\AdditionalData\Provider\Wysiwyg\Config" >
619
619
<arguments >
620
620
<argument name =" editors" xsi : type =" array" >
621
- <item name =" mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter " xsi : type =" array" >
621
+ <item name =" mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter " xsi : type =" array" >
622
622
<item name =" parentSelectorsToUnderlay" xsi : type =" null" />
623
623
</item >
624
624
</argument >
You can’t perform that action at this time.
0 commit comments