All Versions
DSpace Documentation
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
item:
...
bitstream:
# Number of entries in the bitstream list in the item view page.
pageSize: 5
# Show the bitstream access status label on the item page (default=false)
# When enabled, embargoed bitstreams will show their embargo date in a label.
showAccessStatuses: false |
NOTE: The "pageSize" configuration will always round to the closest "pageSizeOptions" value listed in "page-component-options.model.ts"
...