Skip to content

Commit

Permalink
Merge pull request #24 from ihormandzyuk/7658-add-emoji-to-editor
Browse files Browse the repository at this point in the history
add emoji
  • Loading branch information
magefan authored Feb 2, 2023
2 parents 3149612 + 6c965ea commit 2bc1002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugin/Magento/Ui/Component/Wysiwyg/ConfigPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ public function afterGetConfig(
$settings['menubar'] = true;
$settings['image_advtab'] = true;

$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';
$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 emoticons';

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

$settings['valid_children'] = '+body[style]';
Expand Down

0 comments on commit 2bc1002

Please sign in to comment.