Issue #53 - Enable browser-native spellcheck feature in CKEditor

This commit is contained in:
Karl Cordes 2022-11-25 12:10:58 +11:00
parent 43a7431517
commit 20deb02d1c

View file

@ -63,5 +63,7 @@ var config = {
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['Link','Unlink'], ['Link','Unlink'],
['Maximize','-','About'] ['Maximize','-','About']
] ],
disableNativeSpellChecker: false,
removePlugins: 'contextmenu,liststyle,tabletools'
}; };