forked from hazza/dspace-angular
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:
@@ -274,11 +274,13 @@ export const environment: BuildConfig = {
|
||||
},
|
||||
},
|
||||
community: {
|
||||
defaultBrowseTab: 'search',
|
||||
searchSection: {
|
||||
showSidebar: true,
|
||||
},
|
||||
},
|
||||
collection: {
|
||||
defaultBrowseTab: 'search',
|
||||
searchSection: {
|
||||
showSidebar: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user