Skip to content

Commit 23d1aa5

Browse files
authored
Merge pull request #18 from rode093/patch-1
Dropdown to Select Font
2 parents f2aa80b + db78ddc commit 23d1aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/Magento/Ui/Component/Wysiwyg/ConfigPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function afterGetConfig(
114114

115115
$settings['plugins'] = 'advlist autolink code colorpicker directionality hr imagetools link media noneditable paste print table textcolor toc visualchars anchor charmap codesample contextmenu help image insertdatetime lists nonbreaking pagebreak preview searchreplace template textpattern visualblocks wordcount magentovariable magentowidget';
116116

117-
$settings['toolbar1'] = 'magentovariable magentowidget | formatselect | styleselect | fontsizeselect | forecolor backcolor | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent';
117+
$settings['toolbar1'] = 'magentovariable magentowidget | formatselect | styleselect | fontselect |fontsizeselect | forecolor backcolor | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent';
118118
$settings['toolbar2'] = ' undo redo | link anchor table charmap | image media insertdatetime | widget | searchreplace visualblocks help | hr pagebreak';
119119
$settings['force_p_newlines'] = false;
120120

0 commit comments

Comments
 (0)