You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if I didn't have to add the metadata in the query. Perhaps add a method like urlFor(post.image).metadata().altText(). Understandable if it's outside the scope of this library.
The text was updated successfully, but these errors were encountered:
Is there a way to return metadata such as altText through this package? Or add this functionality?
My current situation:
urlFor(post.image).url()
It would be nice if I didn't have to add the metadata in the query. Perhaps add a method like
urlFor(post.image).metadata().altText()
. Understandable if it's outside the scope of this library.The text was updated successfully, but these errors were encountered: