How to customise CKEditor?

I want to remove a lot of the functionality of CK Editor5 as it is not needed for my usage, how do I remove certain buttons such as Image / table / indents/quotes/styles?

Thanks

Hey Jake, you can just use the configuration object following the Strapi plugin guide.

This leads to the CKEditor documents, just sort your configurable to enable or disable whatever fields you need or don’t need.

Hope that helps.

I have similar issue and it’s driving me a little bit crazy.
@jakeholcr Were you maybe able to adjust and disable some of the fields ?
@webbist I am running strapi 4.10 where I do not have ./config/plugins directory and I believe I do not need such if I am not developing any plugin(?).
Anyway this is link for “unofficial” integration and I was not able to achieve anything with that as well as with CKE docs…
Do you have knowledge of specific steps about how to customize those fields for CKEditor 5 - Official Integration | Strapi Market or how customizing plugins works, if at all , in general ?