Merge pull request #3164 from sistedes/config-default-comcol-tab

Make the default tab for browsing communities and collections configurable in DSpace 8
This commit is contained in:
Tim Donohue
2025-03-28 13:41:01 -05:00
committed by GitHub
11 changed files with 78 additions and 4 deletions

View File

@@ -274,11 +274,13 @@ export const environment: BuildConfig = {
},
},
community: {
defaultBrowseTab: 'search',
searchSection: {
showSidebar: true,
},
},
collection: {
defaultBrowseTab: 'search',
searchSection: {
showSidebar: true,
},