Merge branch 'main' into feature/greek_support_in_frontend

This commit is contained in:
Tim Donohue
2022-09-16 16:05:32 -05:00
committed by GitHub
293 changed files with 14582 additions and 4263 deletions

View File

@@ -251,5 +251,13 @@ export const environment: BuildConfig = {
info: {
enableEndUserAgreement: true,
enablePrivacyStatement: true,
},
//Home Page
homePage: {
recentSubmissions: {
pageSize: 5,
//sort record of recent submission
sortField: 'dc.date.accessioned',
}
}
};