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:
parent
305c772f80
commit
0f60108464
@ -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',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user