Skip to content
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

Allow for more images? #13

Open
cascadeproto opened this issue Aug 26, 2024 · 0 comments
Open

Allow for more images? #13

cascadeproto opened this issue Aug 26, 2024 · 0 comments

Comments

@cascadeproto
Copy link

Currently, this supports total of two images per fursona: an avatar and a reference. I can easily see the need to include other example images in addition to these.

Would an optional gallery array be appropriate? e.g:

"gallery": [
  {
    "image": "Required URI string",
    "imageAlt": "Required alt text for image",
    "attribution": "Optional markup string for crediting/linking artist",
    "description": "Optional markup string for captioning image, e.g. 'Example of their summer outfit', etc"
  },
  // etc for each image...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant