Document that setting will be rounded to one of the settings options.

This commit is contained in:
Mark H. Wood
2022-09-02 16:20:51 -04:00
parent e6f363a0f6
commit 236216b556
3 changed files with 6 additions and 0 deletions

View File

@@ -207,6 +207,8 @@ export class DefaultAppConfig implements AppConfig {
// 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.
// Rounded to the nearest size in the list of selectable sizes on the
// settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'.
pageSize: 20
};