From a5ca317ae0d2169a70d224ff65ad12f6e9aaa5e0 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 16 Jul 2016 02:55:21 -0400 Subject: clean up ckeditor toolbar --- data/assets/ckeditor-4.5.8-custom/config.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'data/assets/ckeditor-4.5.8-custom') diff --git a/data/assets/ckeditor-4.5.8-custom/config.js b/data/assets/ckeditor-4.5.8-custom/config.js index 9de2f1a..70c76b0 100644 --- a/data/assets/ckeditor-4.5.8-custom/config.js +++ b/data/assets/ckeditor-4.5.8-custom/config.js @@ -11,12 +11,17 @@ CKEDITOR.editorConfig = function( config ) { // The toolbar groups arrangement, optimized for two toolbar rows. config.toolbarGroups = [ { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, - { name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] }, + + // disabled spellhecker (pabs 2016-07-16) + // { name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] }, + { name: 'editing', groups: [ 'find', 'selection' ] }, { name: 'links' }, { name: 'insert' }, { name: 'forms' }, - { name: 'tools' }, + + // moved fullscreen button to right side (pabs 2016-07-16) { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }, + { name: 'tools' }, { name: 'others' }, '/', { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }, -- cgit v1.2.3