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

@@ -204,6 +204,10 @@ 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,
},
browseCommunities: {
communityListPageSize: 20,
topLevelPageSize: 5
},
item: {
edit: {
undoTimeout: 10000 // 10 seconds