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 fa2f6c0 commit 74e34f4Copy full SHA for 74e34f4
app/code/Magento/PageBuilder/Model/Wysiwyg/DefaultConfigProvider.php
@@ -42,7 +42,7 @@ public function getConfig(\Magento\Framework\DataObject $config): \Magento\Frame
42
$config->addData(
43
[
44
'tinymce' => [
45
- 'toolbar' => 'undo redo | styles | fontsizeselect | lineheight | forecolor backcolor ' .
+ 'toolbar' => 'undo redo | styles | fontfamily fontsize | lineheight | forecolor backcolor ' .
46
'| bold italic underline | alignleft aligncenter alignright | numlist bullist ' .
47
'| link image table charmap',
48
0 commit comments