@@ -10,18 +10,13 @@ CKEDITOR.editorConfig = function (config) {
10
10
config . filebrowserImageUploadUrl = null ;
11
11
config . enterMode = CKEDITOR . ENTER_BR ;
12
12
config . toolbar = [
13
- { name : 'document' , items : [ 'NewPage' , 'DocProps' , 'Preview' , 'Print' , '-' , 'Templates' ] } ,
14
- { name : 'clipboard' , items : [ 'Cut' , 'Copy' , 'Paste' , 'PasteText' , 'PasteFromWord' , '-' , 'Undo' , 'Redo' ] } ,
15
- { name : 'editing' , items : [ 'Find' , 'Replace' , '-' , 'SelectAll' , '-' , 'SpellChecker' , 'Scayt' ] } ,
16
- '/' ,
13
+ { name : 'document' , items : [ 'Source' , 'Preview' , '-' , 'Templates' , '-' , 'SpellChecker' ] } ,
14
+ { name : 'clipboard' , items : [ 'Cut' , 'Copy' , 'Paste' , '-' , 'Undo' , 'Redo' ] } ,
17
15
{ name : 'basicstyles' , items : [ 'Bold' , 'Italic' , 'Underline' , 'Strike' , 'Subscript' , 'Superscript' , '-' , 'RemoveFormat' ] } ,
18
- { name : 'paragraph' , items : [ 'NumberedList' , 'BulletedList' , '-' , 'Outdent' , 'Indent' , '-' , 'Blockquote' , 'CreateDiv' ,
19
- '-' , 'JustifyLeft' , 'JustifyCenter' , 'JustifyRight' , 'JustifyBlock' , '-' , 'BidiLtr' , 'BidiRtl' ] } ,
20
- { name : 'links' , items : [ 'Link' , 'Unlink' , 'Anchor' ] } ,
21
- { name : 'insert' , items : [ 'Image' , 'Flash' , 'Table' , 'HorizontalRule' , 'Smiley' , 'SpecialChar' , 'PageBreak' , 'Iframe' ] } ,
22
16
'/' ,
23
- { name : 'styles' , items : [ 'Styles' , 'Format' , 'Font' , 'FontSize' ] } ,
24
- { name : 'colors' , items : [ 'TextColor' , 'BGColor' ] } ,
25
- { name : 'tools' , items : [ 'Maximize' , 'ShowBlocks' , '-' , 'About' ] }
17
+ { name : 'styles' , items : [ 'Styles' , 'Format' , 'Font' , 'FontSize' , '-' , 'TextColor' , 'BGColor' ] } ,
18
+ { name : 'paragraph' , items : [ 'NumberedList' , 'BulletedList' , '-' , 'Outdent' , 'Indent' , '-' , 'Blockquote' ,
19
+ '-' , 'JustifyLeft' , 'JustifyCenter' , 'JustifyRight' , 'JustifyBlock' ] } ,
20
+ { name : 'links' , items : [ 'Link' , 'Unlink' ] }
26
21
] ;
27
22
} ;
0 commit comments