Closed 523299338 closed 11 months ago
you cant without fork
Exactly, you need to clone the repo, and configure the options/plugins as you like.
I am going to use patch-package instead of clone the whole things for the moment before options support. However, where is the options?
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.
+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
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.
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?