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

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