mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
Displaying Recent Submissions on the homepage
This commit is contained in:
@@ -247,5 +247,12 @@ export const environment: BuildConfig = {
|
||||
info: {
|
||||
enableEndUserAgreement: true,
|
||||
enablePrivacyStatement: true,
|
||||
},
|
||||
//Home Page
|
||||
homePage: {
|
||||
//The number of item showing in recent submission components
|
||||
recentSubmissionsRpp: 5,
|
||||
//sort record of recent submission
|
||||
recentSubmissionsSortField: 'dc.date.accessioned',
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user