mirror of
https://github.com/documize/community.git
synced 2025-07-27 00:59:43 +02:00
Enable browser spell checker for WYSIWYG editor
This commit is contained in:
parent
2d8dc62ca4
commit
8ddc6cedde
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ export default Component.extend({
|
||||||
let options = {
|
let options = {
|
||||||
selector: "#" + this.get('editorId'),
|
selector: "#" + this.get('editorId'),
|
||||||
relative_urls: false,
|
relative_urls: false,
|
||||||
cache_suffix: "?v=443",
|
cache_suffix: "?v=475",
|
||||||
browser_spellcheck: false,
|
browser_spellcheck: true,
|
||||||
gecko_spellcheck: false,
|
gecko_spellcheck: false,
|
||||||
theme: "modern",
|
theme: "modern",
|
||||||
skin: 'documize',
|
skin: 'documize',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue