mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Numbre of bitstreams in item page is now configurable
This commit is contained in:
@@ -245,7 +245,16 @@ export class DefaultAppConfig implements AppConfig {
|
||||
undoTimeout: 10000 // 10 seconds
|
||||
},
|
||||
// Show the item access status label in items lists
|
||||
showAccessStatuses: false
|
||||
showAccessStatuses: false,
|
||||
simpleView: {
|
||||
bitstreamPageSize: 5
|
||||
},
|
||||
fullView: {
|
||||
// Number of entries in the bitstream list in the full 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'.
|
||||
bitstreamPageSize: 5
|
||||
}
|
||||
};
|
||||
|
||||
// Collection Page Config
|
||||
|
Reference in New Issue
Block a user