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

After upgrading to strapi 4.24.x, is there some change to media picker? #114

Open nddipiazza opened 4 months ago

nddipiazza commented 4 months ago

After we upgraded to the latest strapi 4.15.5

the WYSIWYG editor now sets the absolute path of the strapi image as the resource URL instead of using a relative url

When we add an embedded image, previously rendered HTML:

<img src="/uploads/Picture1_d60119baed.png" alt="practice menu"> Now the latest version has the full URL which does not appear to allow us to embed:

<img src="https://nick.com/uploads/Picture11_a2ff576519.png" alt="Successfully Submitted page">

We would like it to use the relative path like before.

Do you know any way to do this?