We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89e715 commit 6d1d04aCopy full SHA for 6d1d04a
app/code/Magento/PageBuilder/Model/Wysiwyg/DefaultConfigProvider.php
@@ -38,8 +38,9 @@ public function getConfig(\Magento\Framework\DataObject $config): \Magento\Frame
38
{
39
$config->addData([
40
'tinymce4' => [
41
- 'toolbar' => 'undo redo | styleselect | fontsizeselect | lineheightselect | forecolor backcolor | bold italic underline' .
42
- ' | alignleft aligncenter alignright | numlist bullist | link image table charmap',
+ 'toolbar' => 'undo redo | styleselect | fontsizeselect | lineheightselect | forecolor backcolor ' .
+ '| bold italic underline | alignleft aligncenter alignright | numlist bullist ' .
43
+ '| link image table charmap',
44
45
'plugins' => implode(
46
' ',
0 commit comments