Skip to content

Commit

Permalink
Release 05.09.2024 2 (#80)
Browse files Browse the repository at this point in the history
* Added mapping for uuid (#74)

Co-authored-by: Mathieu Lessard <[email protected]>

* Removed Prefix from Displayed UUID Value on Assets (#76)

* Modified formatAssetMetadata() to allow custom dc-format Labels (#79)

---------

Co-authored-by: Mathieu Lessard <[email protected]>
Co-authored-by: Christopher Heintzman <[email protected]>
  • Loading branch information
3 people authored May 9, 2024
1 parent d564007 commit 4b29c8c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,6 @@ export function formatAssetMetadata(propertyName, metadataValue) {
return DATA_TYPES.tags(metadataValue, propertyName);
}

// file types
if (['dc-format'].includes(propertyName)) {
return PREDEFINED_METADATA_FIELDS.format.format(metadataValue);
}

// dates
if (isDate(propertyName, metadataValue)) {
return formatDate(metadataValue);
Expand Down

0 comments on commit 4b29c8c

Please sign in to comment.