mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 06:04:54 +01:00
Fix per avviso ckeditor
This commit is contained in:
parent
305c772f80
commit
0f60108464
@ -119,6 +119,7 @@ function initCKEditor(input) {
|
|||||||
filebrowserUploadMethod: 'form',
|
filebrowserUploadMethod: 'form',
|
||||||
fullPage: (input.hasAttribute('use_full_ckeditor')) ? true : false,
|
fullPage: (input.hasAttribute('use_full_ckeditor')) ? true : false,
|
||||||
allowedContent: (input.hasAttribute('use_full_ckeditor')) ? true : false,
|
allowedContent: (input.hasAttribute('use_full_ckeditor')) ? true : false,
|
||||||
|
versionCheck: false,
|
||||||
extraPlugins: 'scayt,textwatcher,autocomplete,textmatch,emoji',
|
extraPlugins: 'scayt,textwatcher,autocomplete,textmatch,emoji',
|
||||||
skin: 'moono-lisa',
|
skin: 'moono-lisa',
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user