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:
parent
2d8dc62ca4
commit
8ddc6cedde
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue