mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Minor comment update to configs.
This commit is contained in:
@@ -168,7 +168,7 @@ browseBy:
|
||||
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
|
||||
# If true, thumbnail images for items will be added to search and browse result lists.
|
||||
# If true, thumbnail images for items will be added to BOTH search and browse result lists.
|
||||
showItemThumbnails: true
|
||||
|
||||
# Item Config
|
||||
|
@@ -20,7 +20,7 @@ export interface BrowseByConfig extends Config {
|
||||
defaultLowerLimit: number;
|
||||
|
||||
/**
|
||||
* If true, thumbnail images for items will be added to search and browse result lists.
|
||||
* If true, thumbnail images for items will be added to BOTH search and browse result lists.
|
||||
*/
|
||||
showItemThumbnails: boolean;
|
||||
}
|
||||
|
@@ -206,7 +206,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
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,
|
||||
// Whether to add item thumbnail images to browse and search result lists.
|
||||
// Whether to add item thumbnail images to BOTH browse and search result lists.
|
||||
showItemThumbnails: true
|
||||
};
|
||||
|
||||
|
@@ -199,7 +199,7 @@ 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,
|
||||
// Whether to add item thumbnail images to browse and search result lists.
|
||||
// Whether to add item thumbnail images to BOTH browse and search result lists.
|
||||
showItemThumbnails: true
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user