Skip to content

Commit 058d4e3

Browse files
committed
Review remarks
1 parent 4ff71b5 commit 058d4e3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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
@@ -383,13 +383,15 @@ For a full list of standard buttons, see the RichText module's [configuration fi
383383
Regular CKEditor plugins can be added to the Online Editor.
384384
This procedure is illustrated with the addition of the [Special characters plugin](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html).
385385

386-
A CKEditor plugin is installed locally by using `yarn add ` or `npm install`, and is deployed by committing the `yarn.lock` file.
386+
You can install a CKEditor plugin locally by using `yarn add ` or `npm install`, and deployt it by committing the `yarn.lock` file.
387387
A local installation looks like:
388388

389389
```bash
390390
yarn add @ckeditor/[email protected]
391391
```
392392

393+
Make sure to specify a version range compatible with the CKEditor's version used in [[= product_name =]].
394+
393395
The CKEditor plugin must be added to the `ibexa.richText.CKEditor.extraPlugins` array.
394396
For this purpose, create an `assets/js/richtext.ckeditor-plugins.js` to import the plugin elements and add them to the array using `ibexa.addConfig` :
395397

docs/update_and_migration/from_4.5/update_from_4.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ First, run:
127127
The `recipes:install` command installs new YAML configuration files.
128128
Review the old YAML files and move your custom configuration to the relevant new files.
129129

130-
If you're using custom CKEditor plugins, update them as well to use the same version range for all CKEditor dependencies.
130+
If you're using [custom CKEditor plugins](extend_online_editor.md#add-ckeditor-plugins), update them as well to use the same version range for all CKEditor dependencies.
131131

132132
## Remove `node_modules` and `yarn.lock`
133133

0 commit comments

Comments
 (0)