Files
iTop/node_modules/ckeditor5-itop-build
Stephen Abello de4ec9d9ce N°9128 - Update CKEditor5 to v48 (#896)
* N°9128 - Update CKEditor5 to v48

* Move some CSS vars to ckeditor, align variable overload in portal and backoffice

* Add specifics to 3.2 portal

* Update CKEditor5 build files

* Update scssphp with patched version that handles pseudo selectors and attribute selectors

* Update scssphp patched version to fix missing $this

* Fix translations specific language file import

* Remove unused maximize parameters

* Update CKEditor5 build files

* Fix font size/color for 3.2 portal

* Avoid CKEditor styles from bleeding into fields
2026-04-29 16:56:20 +02:00
..

CKEditor 5 editor customized for iTop

Installation

In order to build the editor you need to install all dependencies first. To do it, open the terminal in the project directory and type:

npm install

Make sure that you have the node and npm installed first. If not, then follow the instructions on the Node.js documentation page.

Adding or removing plugins

If you need to add additional CKEditor plugins, you can install them in the build. Just follow the Adding a plugin to an editor tutorial

If you need to build your own plugins check CKEditor's documentation or src/plugins/ for examples.

Rebuilding editor

If you have already done the Installation and Adding or removing plugins steps, you're ready to rebuild the editor by running the following command:

npm run build

This will build the CKEditor 5 to the build directory.

Import your changes to iTop

In order to update iTop CKEditor's build you need to push your changes to github. Then run the following command in iTop's root directory:

 npm install https://github.com/Combodo/ckeditor5-itop-build.git --omit=dev