File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
js/mage/adminhtml/wysiwyg/tinymce Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ tinyMceWysiwygSetup.prototype =
55
55
56
56
57
57
getSettings : function ( mode ) {
58
- var plugins = 'autoresize accordion visualblocks visualchars anchor emoticons code lists advlist fullscreen pagebreak table wordcount directionality image charmap link media nonbreaking' ;
58
+ var plugins = 'autoresize accordion searchreplace visualblocks visualchars anchor emoticons code lists advlist fullscreen pagebreak table wordcount directionality image charmap link media nonbreaking' ;
59
59
var toolbar = [
60
- 'bold italic underline strikethrough | alignleft aligncenter alignright alignjustify alignnone | styles fontselect fontsize ' ,
61
- 'cut paste pastetext copy | searchreplace | bullist numlist advlist accordion | indent outdent blockquote | undo redo | link unlink anchor | image charmap emoticons code | forecolor backcolor' ,
60
+ 'bold italic underline strikethrough | alignleft aligncenter alignright alignjustify alignnone | styles fontfamily fontsize' ,
61
+ 'cut paste pastetext copy | searchreplace | bullist numlist advlist accordion | indent outdent blockquote | undo redo | link unlink anchor | image charmap media emoticons code | forecolor backcolor' ,
62
62
'table | h1 h2 h3 h4 h5 h6 | hr removeformat | subscript superscript | visualblocks visualchars nonbreaking pagebreak | ltr rtl | wordcount fullscreen'
63
63
] ;
64
64
You can’t perform that action at this time.
0 commit comments