mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Enable browser spell checker for TinyMCE
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user