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:
Mark Cooper
2022-08-30 15:40:43 -07:00
parent 31167a3ce4
commit 3e803e8411
7 changed files with 30 additions and 2 deletions

View File

@@ -210,6 +210,11 @@ export class DefaultAppConfig implements AppConfig {
defaultLowerLimit: 1900
};
browseCommunities: BrowseCommunitiesConfig = {
communityListPageSize: 20,
topLevelPageSize: 5
}
// Item Config
item: ItemConfig = {
edit: {