mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Merge pull request #1955 from arvoConsultores/DS-1774
The number of bitstreams on item pages are now configurable
This commit is contained in:
@@ -246,7 +246,13 @@ export class DefaultAppConfig implements AppConfig {
|
||||
undoTimeout: 10000 // 10 seconds
|
||||
},
|
||||
// Show the item access status label in items lists
|
||||
showAccessStatuses: false
|
||||
showAccessStatuses: false,
|
||||
bitstream: {
|
||||
// Number of entries in the bitstream list in the item view page.
|
||||
// Rounded to the nearest size in the list of selectable sizes on the
|
||||
// settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'.
|
||||
pageSize: 5
|
||||
}
|
||||
};
|
||||
|
||||
// Collection Page Config
|
||||
|
Reference in New Issue
Block a user