Skip to content

Commit 3eb1b08

Browse files
DSpace/dspace-angular#3389 - Implemented new metadata in the dspace schema to store thumbnail descriptions of collections and communities
1 parent e8a2e73 commit 3eb1b08

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

dspace/config/registries/dcterms-types.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,12 @@
358358
<element>valid</element>
359359
<scope_note>Date (often a range) of validity of a resource.</scope_note>
360360
</dc-type>
361+
362+
<dc-type>
363+
<schema>dspace</schema>
364+
<element>thumbnail</element>
365+
<qualifier>description</qualifier>
366+
<scope_note>Stores the thumbnail description of collections or communities. Valid values; text</scope_note>
367+
</dc-type>
368+
361369
</dspace-dc-types>

0 commit comments

Comments
 (0)