Issue #53 - Enable browser-native spellcheck feature in CKEditor
This commit is contained in:
parent
43a7431517
commit
20deb02d1c
|
|
@ -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'
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue