1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Enable browser spell checker for WYSIWYG editor

This commit is contained in:
sauls8t 2018-01-25 17:49:32 +00:00
parent 2d8dc62ca4
commit 8ddc6cedde

View file

@ -31,8 +31,8 @@ export default Component.extend({
let options = {
selector: "#" + this.get('editorId'),
relative_urls: false,
cache_suffix: "?v=443",
browser_spellcheck: false,
cache_suffix: "?v=475",
browser_spellcheck: true,
gecko_spellcheck: false,
theme: "modern",
skin: 'documize',