mirror of https://github.com/itflow-org/itflow
Enable browser spell checker for TinyMCE
This commit is contained in:
parent
043a9cfa0a
commit
09ff8b710b
|
|
@ -16,6 +16,8 @@ $('.select2').select2({
|
|||
// Initialize TinyMCE
|
||||
tinymce.init({
|
||||
selector: '.tinymce',
|
||||
browser_spellcheck: true,
|
||||
contextmenu: false,
|
||||
resize: true,
|
||||
min_height: 300,
|
||||
max_height: 600,
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
// Initialize TinyMCE
|
||||
tinymce.init({
|
||||
selector: '.tinymce',
|
||||
browser_spellcheck: true,
|
||||
resize: true,
|
||||
min_height: 300,
|
||||
max_height: 600,
|
||||
|
|
|
|||
Loading…
Reference in New Issue