Skip to content

Commit

Permalink
fix: icons not showing in ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 28, 2023
1 parent cbaccdd commit 66e053e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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",
...,
}
Expand Down

0 comments on commit 66e053e

Please sign in to comment.