Skip to content

Commit

Permalink
Fix: replace stylesSet config for ckeditor by customConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 28, 2023
1 parent 66e053e commit 8a9e906
Showing 1 changed file 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": "default:icon/ckeditor.icons.js",
"customConfig": "icon/ckeditor.icons.js",
...,
}
Expand Down

0 comments on commit 8a9e906

Please sign in to comment.