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

Fix image url with cloud providers II #104

Closed DavidJasik closed 8 months ago

DavidJasik commented 1 year ago

What does it do?

This PR updates the StrapiUploadAdapter.js plugin to check for a full image url before prefixing backendUrl to an uploaded image url for src-set, when Strapi has enabled responsive friendly upload in Media Library.

Why is it needed?

Correction of previous PR https://github.com/nshenderov/strapi-plugin-ckeditor/pull/78

ahsetiaki commented 1 year ago

This change is needed, I currently using it but using https://github.com/ds300/patch-package to change it temporarily