mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Use the same property for both item pages
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user