1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-26 21:55:06 +01:00

Fix per avviso ckeditor

This commit is contained in:
Pek5892 2024-02-07 17:11:04 +01:00
parent 305c772f80
commit 0f60108464

View File

@ -119,6 +119,7 @@ function initCKEditor(input) {
filebrowserUploadMethod: 'form',
fullPage: (input.hasAttribute('use_full_ckeditor')) ? true : false,
allowedContent: (input.hasAttribute('use_full_ckeditor')) ? true : false,
versionCheck: false,
extraPlugins: 'scayt,textwatcher,autocomplete,textmatch,emoji',
skin: 'moono-lisa',
});