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
When you have several metadata elements with the same label (e.g. multiple "Author"), only the last one is displayed in metadataView.
The text was updated successfully, but these errors were encountered:
+1 A workaround would be to have a list for the value:
{"label": "Author", "value": ["Froissart", "Jehan le Bel", "anonymous chronicler A"]}
Sorry, something went wrong.
Yes it works with a list. Just need a quick (and dirty) workaround in $.stringifyObject https://github.com/IIIF/mirador/blob/master/js/src/mirador.js#L207 to remove the brackets and do some basic formatting (e.g. an html list)
No branches or pull requests
When you have several metadata elements with the same label (e.g. multiple "Author"), only the last one is displayed in metadataView.
The text was updated successfully, but these errors were encountered: