Open djmtype opened 2 years ago
It looks like extensions directory in Strapi v4 is located under src, but still can't get this plugin to respect my ckeditor.js file.
Honestly, I cloned the repo and made the plugin myself with Strapi cli, then moved the contents from the repo in the plugin folder. That way you maintain it yourself and it's a lot easier to do customizations. @djmtype
I'm following this setup from the original plugin (https://www.npmjs.com/package/strapi-plugin-ckeditor5):
Copy template config file
node_modules/strapi-plugin-ckeditor5/admin/src/config/ckeditor.js
toextensions/ckeditor5/admin/src/config
Set up
extensions/ckeditor5/admin/src/config/ckeditor.js
(see CKEditor configuration guide)Rebuild Strapi
But, my ckeditor.js config file seems to be ignored. I also tried changing the location to
extensions/strapi-plugin-ckeditor5/admin/src/config