diff --git a/src/static/ckeditor/config.js b/src/static/ckeditor/config.js index 8c429e3b..35add482 100644 --- a/src/static/ckeditor/config.js +++ b/src/static/ckeditor/config.js @@ -10,9 +10,10 @@ CKEDITOR.editorConfig = function (config) { { name: 'colors', groups: ['colors'] }, { name: 'paragraph', groups: ['align', 'paragraph', 'textindent', 'indent'] }, { name: 'basicstyles', groups: ['basicstyles', 'list','blocks'] }, - { name: 'editing', groups: ['find', 'selection', 'editing'] }, + { name: 'editing', groups: ['find', 'editing'] }, { name: 'links', groups: ['links'] }, { name: 'insert', groups: ['insert'] }, + { name: 'tools', groups: ['tools'] } ]; config.height = 360; config.removePlugins = 'exportpdf,div,scayt';