Skip to content

Commit db78ddc

Browse files
authored
Update ConfigPlugin.php
Added Font Selection Dropdown to the toolbar.
1 parent 320bce2 commit db78ddc

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)