From 801a89da09a2766900c22d119e88143a65b5f63b Mon Sep 17 00:00:00 2001 From: Tom Reijnders Date: Fri, 14 Apr 2023 09:45:05 +0200 Subject: [PATCH] Fix the name of the editorstyles.css file in the ckeditor config --- editor/js/vendor/ckeditor/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/js/vendor/ckeditor/config.js b/editor/js/vendor/ckeditor/config.js index 39e3a8f7c..578b0e526 100644 --- a/editor/js/vendor/ckeditor/config.js +++ b/editor/js/vendor/ckeditor/config.js @@ -39,7 +39,7 @@ CKEDITOR.editorConfig = function( config ) { config.uploadUrl = ''; config.contentsCss = ['modules/xerte/parent_templates/Nottingham/common_html5/css/smoothness/jquery-ui-1.8.18.custom.css', - 'modules/xerte/parent_templates/Nottingham/common_html5/css/editorStyles.css', + 'modules/xerte/parent_templates/Nottingham/common_html5/css/editorstyles.css', 'modules/xerte/parent_templates/Nottingham/common_html5/css/mainStyles.css', 'modules/xerte/parent_templates/Nottingham/common_html5/fontawesome-5.6.3/css/all.min.css', 'modules/xerte/parent_templates/Nottingham/common_html5/fontawesome-5.6.3/css/v4-shims.min.css',