Skip to content
Snippets Groups Projects
Commit d4c8ce62 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Customise metadata fields to show in RSS Feed

Customise metadata fields to show in RSS Feed
parent b8dd8c0f
No related branches found
No related tags found
No related merge requests found
...@@ -1371,9 +1371,11 @@ webui.feed.item.date = dc.date.issued ...@@ -1371,9 +1371,11 @@ webui.feed.item.date = dc.date.issued
# e.g. "metadata.dc.title" # e.g. "metadata.dc.title"
# "metadata.dc.contributor.author" # "metadata.dc.contributor.author"
# "metadata.dc.date.issued" # "metadata.dc.date.issued"
webui.feed.item.description = dc.title, dc.contributor.author, \ #webui.feed.item.description = dc.title, dc.contributor.author, \
dc.contributor.editor, dc.description.abstract, \ # dc.contributor.editor, dc.description.abstract, \
dc.description # dc.description
webui.feed.item.description = dc.contributor.author, dc.description
# name of field to use for authors (Atom only) - repeatable # name of field to use for authors (Atom only) - repeatable
webui.feed.item.author = dc.contributor.author webui.feed.item.author = dc.contributor.author
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment