Enable browser spell checker for TinyMCE

This commit is contained in:
johnnyq 2023-05-09 00:31:09 -04:00
parent 043a9cfa0a
commit 09ff8b710b
2 changed files with 3 additions and 0 deletions

View File

@ -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,

View File

@ -27,6 +27,7 @@
// Initialize TinyMCE
tinymce.init({
selector: '.tinymce',
browser_spellcheck: true,
resize: true,
min_height: 300,
max_height: 600,