mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Displaying Recent Submissions on the homepage
This commit is contained in:
@@ -17,7 +17,7 @@ import { UIServerConfig } from './ui-server-config.interface';
|
||||
import { BundleConfig } from './bundle-config.interface';
|
||||
import { ActuatorsConfig } from './actuators.config';
|
||||
import { InfoConfig } from './info-config.interface';
|
||||
|
||||
import { HomeConfig } from './homepage-config.interface';
|
||||
export class DefaultAppConfig implements AppConfig {
|
||||
production = false;
|
||||
|
||||
@@ -338,4 +338,11 @@ export class DefaultAppConfig implements AppConfig {
|
||||
enableEndUserAgreement: true,
|
||||
enablePrivacyStatement: true
|
||||
};
|
||||
// Home Pages
|
||||
homePage: HomeConfig = {
|
||||
//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