Merge pull request #1955 from arvoConsultores/DS-1774

The number of bitstreams on item pages are now configurable
This commit is contained in:
Tim Donohue
2022-12-07 14:49:20 -06:00
committed by GitHub
8 changed files with 48 additions and 14 deletions

View File

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