Fix: Добавлен license_key: 'gpl' для TinyMCE
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
ea4d4df43d
commit
ba4a16c7f9
|
|
@ -98,6 +98,7 @@
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
tinymce.init({
|
tinymce.init({
|
||||||
selector: '#questionText, #questionExplanation',
|
selector: '#questionText, #questionExplanation',
|
||||||
|
license_key: 'gpl',
|
||||||
language: 'ru',
|
language: 'ru',
|
||||||
height: 300,
|
height: 300,
|
||||||
plugins: 'image link table lists code',
|
plugins: 'image link table lists code',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue