diff --git a/src/config/browse-by-config.interface.ts b/src/config/browse-by-config.interface.ts index eadcdff1a9..c67d072731 100644 --- a/src/config/browse-by-config.interface.ts +++ b/src/config/browse-by-config.interface.ts @@ -25,6 +25,8 @@ export interface BrowseByConfig extends Config { /** * Number of entries in the viewport of a paginated browse-by 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: number; } diff --git a/src/config/default-app-config.ts b/src/config/default-app-config.ts index 9781857a4e..5f3ddddaf9 100644 --- a/src/config/default-app-config.ts +++ b/src/config/default-app-config.ts @@ -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 }; diff --git a/src/environments/environment.test.ts b/src/environments/environment.test.ts index bb124a837a..2465b39cb7 100644 --- a/src/environments/environment.test.ts +++ b/src/environments/environment.test.ts @@ -200,6 +200,8 @@ export const environment: BuildConfig = { // 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, }, item: {