We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make a handler that would handle user-defined collection tags from metadata to collection entity
Describe the feature
We would like to see working tags for the collections. it should be basically String[] with tags
Expected outcome
I expect that I could query collection.tags and get String[] of tags tags should come from metadata.tags. tags could be inlined as String[]
collection.tags
String[]
Reference
The text was updated successfully, but these errors were encountered:
from #88
enum Category { 3d ai animation art games generative meme music photography video writting }
Sorry, something went wrong.
cc @exezbcz if he has seen more which gallery highlights used tech
superrare: https://superrare.com/explore
and in gallery item: https://superrare.com/0xa950cc12221acdc7609b1f81dd3fbead03aa003e/unknown-poster-15---the-10th-e-state-15
No branches or pull requests
Make a handler that would handle user-defined collection tags from metadata to collection entity
Describe the feature
We would like to see working tags for the collections.
it should be basically String[] with tags
Expected outcome
I expect that I could query
collection.tags
and getString[]
of tagstags should come from metadata.tags.
tags could be inlined as String[]
Reference
The text was updated successfully, but these errors were encountered: