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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -675,7 +675,8 @@ layout:
675
675
default:
676
676
icon: fas fa-project-diagram
677
677
style: text-success
678
-
678
+
# If true the dowmload link in item page will rerendered as an advanced attachment, the view can be then configured with the config advancedAttachmentRendering
679
+
showDownloadLinkAsAttachment: true
679
680
# When the search results are retrieved, for each item type the metadata with a valid authority value are inspected.
680
681
# Referenced items will be fetched with a find all by id strategy to avoid individual rest requests
0 commit comments