1
0

Merge remote-tracking branch 'dspace/main' into accessibility-settings-main

# Conflicts:
#	config/config.example.yml
#	src/config/app-config.interface.ts
#	src/config/default-app-config.ts
#	src/environments/environment.test.ts
This commit is contained in:
Andreas Awouters
2025-04-16 10:56:51 +02:00
420 changed files with 169383 additions and 22061 deletions

View File

@@ -269,14 +269,18 @@ export const environment: BuildConfig = {
// Rounded to the nearest size in the list of selectable sizes on the
// settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'.
pageSize: 5,
// Show the bitstream access status label
showAccessStatuses: false,
},
},
community: {
defaultBrowseTab: 'search',
searchSection: {
showSidebar: true,
},
},
collection: {
defaultBrowseTab: 'search',
searchSection: {
showSidebar: true,
},
@@ -433,6 +437,25 @@ export const environment: BuildConfig = {
isVisible: false,
},
// Leaflet tile providers and other configurable attributes
geospatialMapViewer: {
spatialMetadataFields: [
'dcterms.spatial',
],
spatialFacetDiscoveryConfiguration: 'geospatial',
spatialPointFilterName: 'point',
enableItemPageFields: true,
enableSearchViewMode: true,
enableBrowseMap: true,
tileProviders: [
'OpenStreetMap.Mapnik',
],
defaultCentrePoint: {
lat: 41.015137,
lng: 28.979530,
},
},
accessibility: {
cookieExpirationDuration: 7,
},