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() {
|
||||
tinymce.init({
|
||||
selector: '#questionText, #questionExplanation',
|
||||
license_key: 'gpl',
|
||||
language: 'ru',
|
||||
height: 300,
|
||||
plugins: 'image link table lists code',
|
||||
|
|
|
|||
Loading…
Reference in New Issue