110889: Added discovery configuration to community & collection search sections

This commit is contained in:
Alexandre Vryghem
2024-02-18 15:13:09 +01:00
parent 9e7a59ddd0
commit 877c2d4eaa
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
<ds-themed-search
[configuration]="(comcol$ | async)?.type"
[showSidebar]="showSidebar$ | async"
[showScopeSelector]="false"
[hideScopeInUrl]="true"

View File

@@ -1084,6 +1084,8 @@
"collection.page.news": "News",
"collection.search.results.head": "Search Results",
"collection.select.confirm": "Confirm selected",
"collection.select.empty": "No collections to show",
@@ -1300,6 +1302,8 @@
"community.all-lists.head": "Subcommunities and Collections",
"community.search.results.head": "Search Results",
"community.sub-collection-list.head": "Collections in this Community",
"community.sub-community-list.head": "Communities in this Community",