Skip to content

Commit 38bf8dd

Browse files
committed
ACP2E-3430: Latest security updates with TinyMCE 7 missing font size
1 parent a6586b2 commit 38bf8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function getConfig(\Magento\Framework\DataObject $config) : \Magento\Fram
3333
{
3434
$config->addData([
3535
'tinymce' => [
36-
'toolbar' => ' blocks | formatselect | bold italic underline | alignleft aligncenter alignright | '
36+
'toolbar' => ' blocks fontfamily fontsize| formatselect | bold italic underline | alignleft aligncenter alignright | '
3737
. 'bullist numlist | link table charmap',
3838
'plugins' => implode(
3939
' ',

0 commit comments

Comments
 (0)