mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
110889: Added discovery configuration to community & collection search sections
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<ds-themed-search
|
<ds-themed-search
|
||||||
|
[configuration]="(comcol$ | async)?.type"
|
||||||
[showSidebar]="showSidebar$ | async"
|
[showSidebar]="showSidebar$ | async"
|
||||||
[showScopeSelector]="false"
|
[showScopeSelector]="false"
|
||||||
[hideScopeInUrl]="true"
|
[hideScopeInUrl]="true"
|
||||||
|
@@ -1084,6 +1084,8 @@
|
|||||||
|
|
||||||
"collection.page.news": "News",
|
"collection.page.news": "News",
|
||||||
|
|
||||||
|
"collection.search.results.head": "Search Results",
|
||||||
|
|
||||||
"collection.select.confirm": "Confirm selected",
|
"collection.select.confirm": "Confirm selected",
|
||||||
|
|
||||||
"collection.select.empty": "No collections to show",
|
"collection.select.empty": "No collections to show",
|
||||||
@@ -1300,6 +1302,8 @@
|
|||||||
|
|
||||||
"community.all-lists.head": "Subcommunities and Collections",
|
"community.all-lists.head": "Subcommunities and Collections",
|
||||||
|
|
||||||
|
"community.search.results.head": "Search Results",
|
||||||
|
|
||||||
"community.sub-collection-list.head": "Collections in this Community",
|
"community.sub-collection-list.head": "Collections in this Community",
|
||||||
|
|
||||||
"community.sub-community-list.head": "Communities in this Community",
|
"community.sub-community-list.head": "Communities in this Community",
|
||||||
|
Reference in New Issue
Block a user