Commits

Michael Spalti authored fbcaaf5a105 Merge
Merge branch 'main' into collection-thumbnail-embed
No tags

config/config.example.yml

Modified
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 # If true, thumbnail images for items will be added to BOTH search and browse result lists.
178 178 showThumbnails: true
179 + # The number of entries in a paginated browse results list.
180 + # Rounded to the nearest size in the list of selectable sizes on the
181 + # settings menu.
182 + pageSize: 20
179 183
180 184 communityList:
181 185 # No. of communities to list per expansion (show more)
182 186 pageSize: 20
183 187
184 188 homePage:
185 189 recentSubmissions:
186 190 # The number of item showing in recent submission components
187 191 pageSize: 5
188 192 # Sort record of recent submission

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

Add shortcut