Skip to content

Commit

Permalink
110889: Added discovery configuration to community & collection searc…
Browse files Browse the repository at this point in the history
…h sections
  • Loading branch information
alexandrevryghem committed Feb 18, 2024
1 parent 9e7a59d commit 877c2d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<ds-themed-search
[configuration]="(comcol$ | async)?.type"
[showSidebar]="showSidebar$ | async"
[showScopeSelector]="false"
[hideScopeInUrl]="true"
Expand Down
4 changes: 4 additions & 0 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 877c2d4

Please sign in to comment.