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

Is it possible to add a new field in Media Embed funcionality? #141

Closed mauro-montano closed 1 month ago

mauro-montano commented 5 months ago

I have installed ckeditor5 as a plugin in Strapi and I would like to add a new field called Custom Image URL that I will use as a video overlay in my website:

image

I think it is not possible just by modifying the ckeditor.txt file. Is there any way to do this or to extend the plugin to implement this new field?

mauro-montano commented 5 months ago

@nshenderov Hi! do yo know if it’s possible implement this in the project?, may be extending the @ckeditor/ckeditor5-media-embed or replacing it?

nshenderov commented 2 months ago

@mauro-montano Hi, you need to modify the media-embed plugin or create a new one, and you will need to modify this integration plugin locally. Anyway, it is not an easy task. Check out the CKEditor documentation on plugin creation.