aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/assets/ckeditor-4.5.8-custom/config.js9
1 files changed, 7 insertions, 2 deletions
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' ] },