mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
Make no. of communities per pagination / expansion configurable
Adds new config settings for no. of communities to display on the home page & community-list page. Resolves #1749, resolves #1750
This commit is contained in:
@@ -210,6 +210,11 @@ export class DefaultAppConfig implements AppConfig {
|
||||
defaultLowerLimit: 1900
|
||||
};
|
||||
|
||||
browseCommunities: BrowseCommunitiesConfig = {
|
||||
communityListPageSize: 20,
|
||||
topLevelPageSize: 5
|
||||
}
|
||||
|
||||
// Item Config
|
||||
item: ItemConfig = {
|
||||
edit: {
|
||||
|
Reference in New Issue
Block a user