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
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
Currently an Image has a field for a name and description BUT we have not yet used those fields. So in order to implement this feature you'd have to pull the description from the item that the image belongs to. So for instance for a Pin, we'd have to copy the description from the Pin to its images themselves in order to build the alt tags.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://api-dev.pinster.io/docs/1.0/images/show.html shows description as an attribute, but it is not being passed to
Image
and is always undefined.The text was updated successfully, but these errors were encountered: