From 66e053e5dad9d0d7ae25b018098bc913db1cea9a Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 28 Nov 2023 16:49:19 +0100 Subject: [PATCH] fix: icons not showing in ckeditor --- .../ckeditor/icon}/ckeditor.icons.js | 0 docs/source/components.rst | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename djangocms_frontend/contrib/icon/static/{djangocms_frontend/icon/ckeditor => djangocms_text_ckeditor/ckeditor/icon}/ckeditor.icons.js (100%) diff --git a/djangocms_frontend/contrib/icon/static/djangocms_frontend/icon/ckeditor/ckeditor.icons.js b/djangocms_frontend/contrib/icon/static/djangocms_text_ckeditor/ckeditor/icon/ckeditor.icons.js similarity index 100% rename from djangocms_frontend/contrib/icon/static/djangocms_frontend/icon/ckeditor/ckeditor.icons.js rename to djangocms_frontend/contrib/icon/static/djangocms_text_ckeditor/ckeditor/icon/ckeditor.icons.js diff --git a/docs/source/components.rst b/docs/source/components.rst index 76b22baf..7c1896b4 100644 --- a/docs/source/components.rst +++ b/docs/source/components.rst @@ -462,7 +462,7 @@ To disable this behavior of CKEDITOR, you need to add a ``stylesSet`` entry in ` CKEDITOR_SETTINGS = { ..., - "stylesSet": f"default:{STATIC_URL}djangocms_frontend/icon/ckeditor/ckeditor.icons.js", + "stylesSet": "default:icon/ckeditor.icons.js", ..., }