mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Document that setting will be rounded to one of the settings options.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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
|
||||
};
|
||||
|
||||
|
@@ -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: {
|
||||
|
Reference in New Issue
Block a user