Numbre of bitstreams in item page is now configurable

This commit is contained in:
Sergio Fernández Celorio
2022-11-04 10:40:29 +00:00
parent f659e81aa9
commit 2ed8f8bad8
6 changed files with 62 additions and 20 deletions

View File

@@ -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