-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add Stock photo caption and include it when uploading a photo #15674
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
I found out that the caption value is included in the upload request, however the site is not creating the media item with it so most likely the way we include the parameter for the caption is deprecated. I created an issue in |
bdbf157
to
8c73578
Compare
Generated by 🚫 dangerJS |
👋 I'm going to close this PR due to lack of activity, but please reopen if this was an error. Thank you. |
Issue: wordpress-mobile/gutenberg-mobile#1609
Related PRs
gutenberg-mobile
gutenberg
WordPress-Android
WordPress-FluxC-Android
Description
Add the
caption
field to the Stock photo upload request.Test
The changes can be tested in two different flows:
Image block
Steps
+
button.Image
block.ADD IMAGE
.Free Photo Library
Note: It's possible that in some cases the item doesn't have a caption value with the credit/attribution of the photo. In this case try another one.
Media screen (currently not working 🔴 due this issue)
Steps
Media
button.+
button.Choose from Free Photo Library
Caption
field has value.Note: It's possible that in some cases the item doesn't have a caption value with the credit/attribution of the photo. In this case try another one.
Screenshots
Image block
image-block-caption-ios.mov
Media screen (currently not working 🔴 due this issue)
media-screen-caption-ios.mp4
PR submission checklist:
RELEASE-NOTES.txt
if necessary.