mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Updated configuration.
This commit is contained in:
@@ -205,12 +205,11 @@ export class DefaultAppConfig implements AppConfig {
|
||||
// Limit for years to display using jumps of five years (current year - fiveYearLimit)
|
||||
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
|
||||
defaultLowerLimit: 1900,
|
||||
// Whether to add item thumbnail images to browse and search result lists.
|
||||
showItemThumbnails: true
|
||||
};
|
||||
|
||||
// Whether to add item thumbnail images to browse and search result lists.
|
||||
showItemThumbnails: false;
|
||||
|
||||
// Item Config
|
||||
item: ItemConfig = {
|
||||
edit: {
|
||||
|
Reference in New Issue
Block a user