mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
Merge remote-tracking branch 'upstream/main' into added-recently-added-section-to-community-page_contribute-main
# Conflicts: # config/config.example.yml # src/app/shared/search-form/search-form.component.ts # src/assets/i18n/en.json5 # src/config/default-app-config.ts
This commit is contained in:
@@ -314,6 +314,12 @@ export const environment: BuildConfig = {
|
||||
sortField:'dc.title',
|
||||
sortDirection:'ASC',
|
||||
},
|
||||
qualityAssuranceConfig: {
|
||||
sourceUrlMapForProjectSearch: {
|
||||
openaire: 'https://explore.openaire.eu/search/project?projectId='
|
||||
},
|
||||
pageSize: 5,
|
||||
},
|
||||
|
||||
vocabularies: [
|
||||
{
|
||||
@@ -321,5 +327,7 @@ export const environment: BuildConfig = {
|
||||
vocabulary: 'srsc',
|
||||
enabled: true
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
suggestion: []
|
||||
};
|
||||
|
Reference in New Issue
Block a user