-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insert image using url for cover #10853
Comments
We have to set |
Same issue in |
It might be feasible to check the content type of the URL using const response = await fetch( mediaURL );
const isImage = response.get( 'Content-Type' ).startsWith( 'image' ); but I haven't checked if there are any edge cases around doing this. |
Seems earlier attempts to add this were abandoned. Thanks for surfacing this again. |
Any progress on this? Pointers to the discussion about removing this? Seems confusing that Media insertion is missing features in otherwise normal contexts |
Workaround?
That appears to work perfectly well, except the media url used by the Cover Block can not be edited, only removed or replaced from the Media Library. |
Created PR 41908. Request for review. |
Currently it isn't possible to insert images via url for cover
It would be nice to have this feature.
Please see screenshot attached.
The text was updated successfully, but these errors were encountered: