This commit is contained in:
johnnyq 2025-02-27 15:21:04 -05:00
parent c2664a2888
commit 6f49f16f6b
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@ tinymce.init({
plugins: 'autosave lists autolink',
toolbar: 'bold italic styles'
},
convert_urls: false,
plugins: 'link image lists table code codesample fullscreen autoresize',
license_key: 'gpl'
});
@ -70,6 +71,7 @@ tinymce.init({
plugins: 'autosave lists autolink',
toolbar: 'bold italic styles'
},
convert_urls: false,
plugins: 'link image lists table code codesample fullscreen autoresize',
license_key: 'gpl',
setup: function(editor) {
@ -168,6 +170,7 @@ tinymce.init({
plugins: 'autosave lists autolink',
toolbar: 'bold italic styles'
},
convert_urls: false,
plugins: 'link image lists table code fullscreen autoresize',
license_key: 'gpl'
});
@ -196,6 +199,7 @@ tinymce.init({
menubar: false,
toolbar: 'bold italic styles'
},
convert_urls: false,
plugins: 'link image lists table code codesample fullscreen autoresize',
license_key: 'gpl',
setup: function(editor) {