Metadata
File
Configures which metadata fields from the file that can be added or edited in the user interface.
Consists of an array of objects. Each object corresponds to a single metadata field from the file.
If both xmp and iptc are specified, xmp will be used if a value exist in the file, otherwise it will fall back to the iptc value.
If neither xmp or iptc is specified, an empty field will be rendered. This is useful for adding custom metadata that is not present in the file.
Only changes within the standard metadata fields is part of the downloaded photo.
Key | Type | Description |
labelName | string | The label shown in the user interface |
xmp | string | The name of this metadata in the xmp data of the file |
iptc | string | The name of this metadata in the iptc data of the file |
rows | number | The height of the edit field shown in the user interface |
mapToMetadataName | string | The name of the field that will be used to save this metadata in OC |
required | boolean | Should entering a value be required in the user interface |
Example:
Concepts
Configures which concept types that can be added or edited in the user interface.
Consists of an array of objects.
Key | Type | Description |
label | string | The label shown in the user interface |
title | string | The text used in the concept search input. "Search {title}" |
rel | string | The relation type |
filters | array of objects | An object has a single key, "ConceptImTypeFull" with the concept type. |
Example:
Last updated