Browse Source

Add image button to + menu

shortcutme 7 years ago
parent
commit
d85f7e5c35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      alloy-editor/alloy-editor-config.js

+ 1 - 1
alloy-editor/alloy-editor-config.js

@@ -105,7 +105,7 @@ CKEDITOR.config.buttonCfg = {
 }
 AlloyEditor.Core.ATTRS.toolbars.value = {
     add: {
-        buttons: ['h2', 'h3', 'quote', 'code', 'hline', 'table'],
+        buttons: ['h2', 'h3', 'quote', 'code', 'hline', 'table', 'image'],
         tabIndex: 2
     },
     styles: {