@@ -350,15 +350,25 @@ item:
350350 # Rounded to the nearest size in the list of selectable sizes on the
351351 # settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'.
352352 pageSize : 5
353+ # Show the bitstream access status label on the item page
354+ showAccessStatuses : false
353355
354356# Community Page Config
355357community :
358+ # Default tab to be shown when browsing a Community. Valid values are: comcols, search, or browse_<field>
359+ # <field> must be any of the configured "browse by" fields, e.g., dateissued, author, title, or subject
360+ # When the default tab is not the 'search' tab, the search tab is moved to the last position
361+ defaultBrowseTab : search
356362 # Search tab config
357363 searchSection :
358364 showSidebar : true
359365
360366# Collection Page Config
361367collection :
368+ # Default tab to be shown when browsing a Collection. Valid values are: search, or browse_<field>
369+ # <field> must be any of the configured "browse by" fields, e.g., dateissued, author, title, or subject
370+ # When the default tab is not the 'search' tab, the search tab is moved to the last position
371+ defaultBrowseTab : search
362372 # Search tab config
363373 searchSection :
364374 showSidebar : true
@@ -536,7 +546,6 @@ notifyMetrics:
536546 config : ' NOTIFY.outgoing.delivered'
537547 description : ' admin-notify-dashboard.NOTIFY.outgoing.delivered.description'
538548
539-
540549# Live Region configuration
541550# Live Region as defined by w3c, https://www.w3.org/TR/wai-aria-1.1/#terms:
542551# Live regions are perceivable regions of a web page that are typically updated as a
@@ -550,3 +559,37 @@ liveRegion:
550559 messageTimeOutDurationMs : 30000
551560 # The visibility of the live region. Setting this to true is only useful for debugging purposes.
552561 isVisible : false
562+
563+ # Geospatial Map display options
564+ geospatialMapViewer :
565+ # Which fields to use for parsing as geospatial points in search maps
566+ # (note, the item page field component allows any field(s) to be used
567+ # and is set as an input when declaring the component)
568+ spatialMetadataFields :
569+ - ' dcterms.spatial'
570+ # Which discovery configuration to use for 'geospatial search', used
571+ # in the browse map
572+ spatialFacetDiscoveryConfiguration : ' geospatial'
573+ # Which filter / facet name to use for faceted geospatial search
574+ # used in the browse map
575+ spatialPointFilterName : ' point'
576+ # Whether item page geospatial metadata should be displayed
577+ # (assumes they are wrapped in a test for this config in the template as
578+ # per the default templates supplied with DSpace for untyped-item and publication)
579+ enableItemPageFields : false
580+ # Whether the browse map should be enabled and included in the browse menu
581+ enableBrowseMap : false
582+ # Whether a 'map view' mode should be included alongside list and grid views
583+ # in search result pages
584+ enableSearchViewMode : false
585+ # The tile provider(s) to use for the map tiles drawn in the leaflet maps.
586+ # (see https://leaflet-extras.github.io/leaflet-providers/preview/) for a full list
587+ tileProviders :
588+ - ' OpenStreetMap.Mapnik'
589+ # Starting centre point for the map, as lat and lng coordinates. This is useful
590+ # to set the centre of the map when the map is first loaded and if there are no
591+ # points, shapes or markers to display.
592+ # Defaults to the centre of Istanbul
593+ defaultCentrePoint :
594+ lat : 41.015137
595+ lng : 28.979530
0 commit comments