Make the size of a browse result page configurable.

This commit is contained in:
Mark H. Wood
2022-08-16 16:32:38 -04:00
parent 45887154b6
commit 7a3284f6bc
4 changed files with 20 additions and 6 deletions

View File

@@ -192,6 +192,8 @@ export const environment: BuildConfig = {
fiveYearLimit: 30,
// The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items)
defaultLowerLimit: 1900,
// The number of entries in a paginated browse results list.
pageSize: 20,
},
item: {
edit: {