Skip to content

Commit

Permalink
Fix #1103 - remove spell check button from ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
FayCross committed Jun 8, 2022
1 parent 03eb5c7 commit 7bf30f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/js/vendor/ckeditor/config.js
Expand Up @@ -12,7 +12,6 @@ CKEDITOR.editorConfig = function( config ) {
config.toolbarGroups = [
{ name: 'document', groups: [ 'mode' ] },
{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
{ name: 'editing', groups: [ 'spellchecker' ] },
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
{ name: 'links' },
{ name: 'styles' },
Expand Down

0 comments on commit 7bf30f7

Please sign in to comment.