Commits

Mark Cooper authored 3e803e84117
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
No tags

config/config.example.yml

Modified
168 168
169 169 # Browse-By Pages
170 170 browseBy:
171 171 # Amount of years to display using jumps of one year (current year - oneYearLimit)
172 172 oneYearLimit: 10
173 173 # Limit for years to display using jumps of five years (current year - fiveYearLimit)
174 174 fiveYearLimit: 30
175 175 # The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items)
176 176 defaultLowerLimit: 1900
177 177
178 +browseCommunities:
179 + communityListPageSize: 20
180 + topLevelPageSize: 5
181 +
178 182 # Item Config
179 183 item:
180 184 edit:
181 185 undoTimeout: 10000 # 10 seconds
182 186 # Show the item access status label in items lists
183 187 showAccessStatuses: false
184 188
185 189 # Collection Page Config
186 190 collection:
187 191 edit:

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut