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 a6586b2 commit 38bf8ddCopy full SHA for 38bf8dd
app/code/Magento/Cms/Model/Wysiwyg/DefaultConfigProvider.php
@@ -33,7 +33,7 @@ public function getConfig(\Magento\Framework\DataObject $config) : \Magento\Fram
33
{
34
$config->addData([
35
'tinymce' => [
36
- 'toolbar' => ' blocks | formatselect | bold italic underline | alignleft aligncenter alignright | '
+ 'toolbar' => ' blocks fontfamily fontsize| formatselect | bold italic underline | alignleft aligncenter alignright | '
37
. 'bullist numlist | link table charmap',
38
'plugins' => implode(
39
' ',
0 commit comments