Replacing WYSIWYG in v4

The easy way to add CKEditor5

Go in you strapi directory

type:

npm i strapi-plugin-ckeditor5@latest

after the installation of the plugin is completed rebuild strapi

type:
npm run strapi build

That’s it :slight_smile:

More info on the their GitHub https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5

1 Like