Closed vogdb closed 1 year ago
Hi @vogdb! I have just followed your steps and I was able to run CKEditor 5 without any problems. I noticed that you mention the rich text field, while CKEditor 5 was developed as a custom field, so make sure to switch to the Custom tab while adding a new field:
Hi! I did
npm install @ckeditor/strapi-plugin-ckeditor
npm run build
npm run develop
But nothing changed in WYSIWYG editor for the field of Richtext. The same steps for the unofficial plugin worked.
Strapi project has been created with
npx create-strapi-app --quickstart strapi
. npm version 8.19.3 node version v18.13.0