Commits

Mark H. Wood authored 7f696b24d65
Add to example configuration.
No tags

config/config.example.yml

Modified
161 161 active: true
162 162
163 163 # Browse-By Pages
164 164 browseBy:
165 165 # Amount of years to display using jumps of one year (current year - oneYearLimit)
166 166 oneYearLimit: 10
167 167 # Limit for years to display using jumps of five years (current year - fiveYearLimit)
168 168 fiveYearLimit: 30
169 169 # The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items)
170 170 defaultLowerLimit: 1900
171 + # The number of entries in a paginated browse results list.
172 + # Rounded to the nearest size in the list of selectable sizes on the
173 + # settings menu.
174 + pageSize: 20
171 175
172 176 # Item Config
173 177 item:
174 178 edit:
175 179 undoTimeout: 10000 # 10 seconds
176 180 # Show the item access status label in items lists
177 181 showAccessStatuses: false
178 182
179 183 # Collection Page Config
180 184 collection:

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

Add shortcut