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
|
// Initialize TinyMCE
|
||||||
tinymce.init({
|
tinymce.init({
|
||||||
selector: '.tinymce',
|
selector: '.tinymce',
|
||||||
|
browser_spellcheck: true,
|
||||||
|
contextmenu: false,
|
||||||
resize: true,
|
resize: true,
|
||||||
min_height: 300,
|
min_height: 300,
|
||||||
max_height: 600,
|
max_height: 600,
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
// Initialize TinyMCE
|
// Initialize TinyMCE
|
||||||
tinymce.init({
|
tinymce.init({
|
||||||
selector: '.tinymce',
|
selector: '.tinymce',
|
||||||
|
browser_spellcheck: true,
|
||||||
resize: true,
|
resize: true,
|
||||||
min_height: 300,
|
min_height: 300,
|
||||||
max_height: 600,
|
max_height: 600,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue