Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit be06189

Browse files
committed
Added Image button back
1 parent 3d6d1e6 commit be06189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/scripts/ckeditor/ckeditor/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CKEDITOR.editorConfig = function (config) {
1414
{ name: 'document', items : ['Source','-','Templates','-', 'SpellChecker' ] },
1515
{ name: 'clipboard', items : [ 'Cut','Copy','Paste','-','Undo','Redo' ] },
1616
{ name: 'basicstyles', items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] },
17+
{ name: 'image', items : [ 'Image' ] },
1718
{ name: 'max', items : [ 'Maximize' ] },
1819
'/',
1920
{ name: 'styles', items : [ 'Format','Font','FontSize', '-', 'TextColor','BGColor'] },

0 commit comments

Comments
 (0)