Skip to content

Commit e67dd98

Browse files
committed
MC-1416: Editing Text Content Block from the Stage with TinyMCE 4 turned on
1 parent c76e8ad commit e67dd98

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

app/code/Magento/PageBuilder/Model/Config/ContentType/AdditionalData/Provider/Wysiwyg/Config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
declare(strict_types=1);
77

8-
98
namespace Magento\PageBuilder\Model\Config\ContentType\AdditionalData\Provider\Wysiwyg;
109

1110
use Magento\PageBuilder\Model\Config\ContentType\AdditionalData\ProviderInterface;

app/code/Magento/PageBuilder/Model/Wysiwyg/DefaultConfigProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
declare(strict_types=1);
7+
78
namespace Magento\PageBuilder\Model\Wysiwyg;
89

910
/**

app/code/Magento/PageBuilder/Model/Wysiwyg/InlineEditingSupportedAdapterList.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
declare(strict_types=1);
77

8-
98
namespace Magento\PageBuilder\Model\Wysiwyg;
109

1110
/**

0 commit comments

Comments
 (0)