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:
2024-12-06 15:14:54 +01:00
parent 5a6bc6083d
commit 38fd71b46d
258 changed files with 29392 additions and 5363 deletions

View File

@@ -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(*)[*]{*}';
};