mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
Make the default tab for browsing communities and collections configurable
This commit is contained in:
@@ -333,6 +333,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
|
||||
// Community Page Config
|
||||
community: CommunityPageConfig = {
|
||||
defaultBrowseTab: 'search',
|
||||
searchSection: {
|
||||
showSidebar: true,
|
||||
},
|
||||
@@ -340,6 +341,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
|
||||
// Collection Page Config
|
||||
collection: CollectionPageConfig = {
|
||||
defaultBrowseTab: 'search',
|
||||
searchSection: {
|
||||
showSidebar: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user