ckeditor / strapi-plugin-ckeditor

CKEditor 5 - Official Integration for Strapi
https://market.strapi.io/plugins/@ckeditor-strapi-plugin-ckeditor
Other
72 stars 79 forks source link

How to customize the configuration? #88

Closed 523299338 closed 11 months ago

523299338 commented 1 year ago

How to customize the configuration or options when use as CKEditor 5 custom field

eg: I want to add the function of the color picker, but besides modifying the node_modules, I don't know if there are any other ways to add custom configurations?

Hoax017 commented 1 year ago

you cant without fork

Witoso commented 1 year ago

Exactly, you need to clone the repo, and configure the options/plugins as you like.

royanon commented 11 months ago

I am going to use patch-package instead of clone the whole things for the moment before options support. However, where is the options?

royanon commented 11 months ago

I put that in /admin/src/components/CKEditorInput/Configurator.js, it's working, but not so sure. Hope the options config will be support asap.

bkrajewski94 commented 11 months ago

+1 I'd like to see this feature as well, it's really handy. I think this is the biggest disadvantage of the official plugin vs the unofficial one, which allows the creation of multiple custom configs

Mgsy commented 11 months ago

Thanks for your feedback! Actually, we have this feature request already reported (#34), so I'm closing this one as a duplicate. For now, you can clone the plugin repository and adjust the configuration directly in the source code.