nshenderov / strapi-plugin-ckeditor

Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Unofficial integration)
https://www.npmjs.com/package/@_sh/strapi-plugin-ckeditor
MIT License
95 stars 58 forks source link

How can I customize the css class for the rendered img tag? Currently I'm adding it manually #126

Closed doits930 closed 2 months ago

doits930 commented 10 months ago

I want when I upload an images in the CKEDitor, in the img tag of that image, I can configure the css class.

This is how I manually configured the css class for the img tag image

How to handle this scenario?

LucaNerlich commented 8 months ago

I dont think that this is possible ootb. You will need to fork it and hack that into the ckeditor yourself.