-
Notifications
You must be signed in to change notification settings - Fork 183
Enhancement: query also alternativeText and caption on images #160
Comments
Yes, it would be very cool to have that to avoid creating a media component made of (file, and two string field for alt and caption) as they already exists |
I have exactly the same problem where content editors are adding the images and alt text etc to Strapi but we are currently having to hard code the alt text and manually change it when they do. Obviously not ideal. Would be good to get an update on a possible ETA for this issue. |
Surprised that such a basic feature is not available. |
Has anyone found a solution to this? Still can't access the caption or alt text via graphQl? |
Glad i'm not the only one looking for a solution. |
@TheDevDoctor @altonalexander It's available in the latest version of this library. I got it working. But there are breaking changes in the way how images are queries with GraphQL. |
@assainov What version of what library is this? |
@richardgohcr it's |
Hi!
Would it be possible to make also the alternativeText and caption be queried in graphQL from gatsby? That would be really cool.
I have it in the API
but I can't find it in the graphQL
Thank you!
The text was updated successfully, but these errors were encountered: