Skip to content

Commit 9247d52

Browse files
add searchandreplace, embedded media, fontfamily (OpenMage#18)
1 parent b4e4840 commit 9247d52

File tree

1 file changed

+3
-3
lines changed
  • js/mage/adminhtml/wysiwyg/tinymce

1 file changed

+3
-3
lines changed

js/mage/adminhtml/wysiwyg/tinymce/setup.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ tinyMceWysiwygSetup.prototype =
5555

5656

5757
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';
5959
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',
6262
'table | h1 h2 h3 h4 h5 h6 | hr removeformat | subscript superscript | visualblocks visualchars nonbreaking pagebreak | ltr rtl | wordcount fullscreen'
6363
];
6464

0 commit comments

Comments
 (0)