-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add Metadata #38
Comments
Use auto language config if not provided. Parameters can be:
Any other way you can create a LngString. |
The metadata structure is called For the auto-language feature, see: https://github.com/iiif-prezi/iiif-prezi3/blob/main/iiif_prezi3/helpers/auto_fields.py e.g.
|
Do we want a similar function to work for |
Description
This helper adds key/value pairs to the
metadata
property of a Prezi3 objectFunction name / Parameters / Return
Function name:
.add_metadata(label, value)
Parameters:
label
- the key to be added themetadata
propertyvalue
- the value(s) for the key, either a string or an array of stringsReturns:
None
Objects
Considerations
The text was updated successfully, but these errors were encountered: