Skip to content

Commit

Permalink
add searchandreplace, embedded media, fontfamily (OpenMage#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
empiricompany authored Aug 20, 2023
1 parent b4e4840 commit 9247d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/mage/adminhtml/wysiwyg/tinymce/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ tinyMceWysiwygSetup.prototype =


getSettings: function (mode) {
var plugins = 'autoresize accordion visualblocks visualchars anchor emoticons code lists advlist fullscreen pagebreak table wordcount directionality image charmap link media nonbreaking';
var plugins = 'autoresize accordion searchreplace visualblocks visualchars anchor emoticons code lists advlist fullscreen pagebreak table wordcount directionality image charmap link media nonbreaking';
var toolbar = [
'bold italic underline strikethrough | alignleft aligncenter alignright alignjustify alignnone | styles fontselect fontsize ',
'cut paste pastetext copy | searchreplace | bullist numlist advlist accordion | indent outdent blockquote | undo redo | link unlink anchor | image charmap emoticons code | forecolor backcolor',
'bold italic underline strikethrough | alignleft aligncenter alignright alignjustify alignnone | styles fontfamily fontsize',
'cut paste pastetext copy | searchreplace | bullist numlist advlist accordion | indent outdent blockquote | undo redo | link unlink anchor | image charmap media emoticons code | forecolor backcolor',
'table | h1 h2 h3 h4 h5 h6 | hr removeformat | subscript superscript | visualblocks visualchars nonbreaking pagebreak | ltr rtl | wordcount fullscreen'
];

Expand Down

0 comments on commit 9247d52

Please sign in to comment.