-
Notifications
You must be signed in to change notification settings - Fork 58
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
Image selection from media library #192
Comments
I had this split into two task in the backlog (picker, upload with progress). Do you think it makes sense to split in two, or are they too interrelated? |
Moved the selection and upload parts to #206 |
From @etoledom: This would be the first Image related bridge implementation, so it’s more likely to find unexpected problems. As I see it after experimenting with this topic, the tasks are:
In this case, the media picker is already an independent module and it shouldn’t be too complex to implement it in the GutenbergController. Still, we might encounter unexpected challenges. Estimation: one week per platform. |
The image placeholder (or editing an image) should let the user pick an existing image from the media library. We're not dealing with uploads in this issue, those will be in #206
The text was updated successfully, but these errors were encountered: