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
# Default tab to be shown when browsing a Community. Valid values are: comcols, search, or browse_<field>
@@ -710,6 +734,28 @@ layout:
710
734
default:
711
735
icon: fas fa-project-diagram
712
736
style: text-success
737
+
# 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
738
+
showDownloadLinkAsAttachment: false
739
+
# Configuration for advanced attachment rendering in item pages. This controls how files are displayed when showDownloadLinkAsAttachment is enabled.
740
+
# Defines which metadata/attributes to display for bitstream attachments.
741
+
advancedAttachmentRendering:
742
+
# Metadata and attributes to display for each attachment
743
+
metadata:
744
+
- name: dc.title
745
+
type: metadata
746
+
truncatable: false
747
+
- name: dc.type
748
+
type: metadata
749
+
truncatable: false
750
+
- name: dc.description
751
+
type: metadata
752
+
truncatable: true
753
+
- name: size
754
+
type: attribute
755
+
- name: format
756
+
type: attribute
757
+
- name: checksum
758
+
type: attribute
713
759
714
760
# Configuration for customization of search results
715
761
searchResults:
@@ -740,3 +786,22 @@ searchResults:
740
786
followAuthorityMetadataValuesLimit: 5
741
787
742
788
789
+
# Configuration of social links using AddToAny plugin
790
+
addToAnyPlugin:
791
+
# This is enabled flag
792
+
socialNetworksEnabled: false
793
+
# If you want to self-host check https://www.addtoany.com/buttons/customize/host_cache
0 commit comments