Dodanie plików konfiguracyjnych oraz obrazów do menedżera plików, w tym aktualizacja ścieżki w szablonie iframe
This commit is contained in:
@@ -81,15 +81,15 @@ CKEDITOR.editorConfig = function (config) {
|
||||
config.bootstrapTab_managePopupContent = true;
|
||||
config.mj_variables_allow_html = true;
|
||||
config.copyFormatting_allowedContexts = true;
|
||||
|
||||
|
||||
config.jsplus_bootstrap_version = 4;
|
||||
|
||||
config.filebrowserBrowseUrl = '/libraries/filemanager-9.14.1/dialog.php?type=2&editor=ckeditor&akey=c3cb2537d25c0efc9e573d059d79c3b8';
|
||||
config.filebrowserImageBrowseUrl = '/libraries/filemanager-9.14.1/dialog.php?type=1&editor=ckeditor&akey=c3cb2537d25c0efc9e573d059d79c3b8';
|
||||
config.filebrowserUploadUrl = '/libraries/filemanager-9.14.1/dialog.php?type=2&editor=ckeditor&akey=c3cb2537d25c0efc9e573d059d79c3b8';
|
||||
config.filebrowserBrowseUrl = '/libraries/filemanager-9.14.2/dialog.php?type=2&editor=ckeditor&akey=c3cb2537d25c0efc9e573d059d79c3b8';
|
||||
config.filebrowserImageBrowseUrl = '/libraries/filemanager-9.14.2dialog.php?type=1&editor=ckeditor&akey=c3cb2537d25c0efc9e573d059d79c3b8';
|
||||
config.filebrowserUploadUrl = '/libraries/filemanager-9.14.2/dialog.php?type=2&editor=ckeditor&akey=c3cb2537d25c0efc9e573d059d79c3b8';
|
||||
config.contentsCss = '/libraries/framework/fonts/font-awesome/font-awesome.css';
|
||||
config.fontawesomePath = '/libraries/font-awesome-4.7.0/css/font-awesome.min.css';
|
||||
|
||||
|
||||
config.allowedContent = true;
|
||||
config.extraAllowedContent = 'img(*)[*]{*}';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user