Skip to content

Commit 050f0c6

Browse files
authored
change webui.feed.item.dc.creator to dc.contributor.author
1 parent 16b0994 commit 050f0c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dspace/config/dspace.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ webui.feed.atom.dc.author.show = false
14761476
# structured format for easy extraction by the recipient, instead of (or in
14771477
# addition to) appending these values to the Description field.
14781478
## dc:creator value(s)
1479-
webui.feed.item.dc.creator = dc.contributor.*
1479+
webui.feed.item.dc.creator = dc.contributor.author
14801480
## dc:date value (may be contradicted by webui.feed.item.date)
14811481
#webui.feed.item.dc.date = dc.date.issued
14821482
## dc:description (e.g. for a distinct field that is ONLY the abstract)

0 commit comments

Comments
 (0)