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:
Alexandre Vryghem
2024-02-18 15:32:39 +01:00
720 changed files with 33043 additions and 6081 deletions

View File

@@ -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: []
};