You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/config.example.yml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -706,8 +706,18 @@ layout:
706
706
default:
707
707
icon: fas fa-project-diagram
708
708
style: text-success
709
-
# If true the dowmload link in item page will rerendered as an advanced attachment, the view can be then configured with the config advancedAttachmentRendering
709
+
# If true the download link in item page will be rendered as an advanced attachment, the view can be then configured with the layout.advancedAttachmentRendering config
710
710
showDownloadLinkAsAttachment: true
711
+
# Configuration for advanced attachment rendering in item pages. This controls how files are displayed when showDownloadLinkAsAttachment is enabled.
712
+
# Each configuration maps a bundle name to specific metadata fields that should be displayed alongside the file.
713
+
advancedAttachmentRendering:
714
+
- bundle: ORIGINAL
715
+
metadata:
716
+
- dc.description
717
+
- dc.title
718
+
- bundle: LICENSE
719
+
metadata:
720
+
- dc.rights
711
721
712
722
# Configuration for customization of search results
0 commit comments