Make the default tab for browsing communities and collections configurable

This commit is contained in:
Abel Gómez
2024-07-03 23:13:13 +02:00
parent 3e6adbba93
commit 961e15fe5f
10 changed files with 52 additions and 4 deletions

View File

@@ -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,
},