Skip to content

Commit 31771f9

Browse files
Update docs/content_management/rich_text/extend_online_editor.md
Co-authored-by: julitafalcondusza <[email protected]>
1 parent 0f1659e commit 31771f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content_management/rich_text/extend_online_editor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,9 @@ ibexa.addConfig('richText.CKEditor.extraConfig', { specialCharacters: { order: [
465465

466466
![CKEditor Special characters: Arrows category on top of the character filter](ckeditor-special-characters_arrows-on-top.png)
467467

468-
You can also use custom functions to modify the plugin configuration. The following example adds two ways to add a non-breaking space character:
468+
You can also use custom functions to modify the plugin configuration.
469+
The following example adds two ways to add a non-breaking space character:
470+
469471
```js
470472
function SpecialCharactersNbsp( editor ) {
471473
// add non-breaking space to the SpecialCharacters plugin

0 commit comments

Comments
 (0)