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>
@@ -492,6 +519,7 @@ themes:
492
519
# - name: BASE_THEME_NAME
493
520
#
494
521
- name: dspace
522
+
prefetch: true
495
523
headTags:
496
524
- tagName: link
497
525
attributes:
@@ -706,6 +734,28 @@ layout:
706
734
default:
707
735
icon: fas fa-project-diagram
708
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
709
759
710
760
# Configuration for customization of search results
711
761
searchResults:
@@ -736,3 +786,22 @@ searchResults:
736
786
followAuthorityMetadataValuesLimit: 5
737
787
738
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