Use the same property for both item pages

This commit is contained in:
Sergio Fernández Celorio
2022-11-07 19:27:54 +00:00
parent 1e523382d0
commit f7e78dccd1
6 changed files with 23 additions and 37 deletions

View File

@@ -246,14 +246,11 @@ export class DefaultAppConfig implements AppConfig {
},
// Show the item access status label in items lists
showAccessStatuses: false,
simpleView: {
bitstreamPageSize: 5
},
fullView: {
// Number of entries in the bitstream list in the full item view page.
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'.
bitstreamPageSize: 5
pageSize: 5
}
};