Commits
Tim Donohue authored and GitHub committed 42ef35b2bc8 Merge
157 157 | |
158 158 | # Browse-By Pages |
159 159 | browseBy |
160 160 | # Amount of years to display using jumps of one year (current year - oneYearLimit) |
161 161 | oneYearLimit 10 |
162 162 | # Limit for years to display using jumps of five years (current year - fiveYearLimit) |
163 163 | fiveYearLimit 30 |
164 164 | # The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items) |
165 165 | defaultLowerLimit 1900 |
166 166 | |
167 - | # Item Page Config |
167 + | # Item Config |
168 168 | item |
169 169 | edit |
170 170 | undoTimeout 10000 # 10 seconds |
171 + | # Show the item access status label in items lists |
172 + | showAccessStatuses false |
171 173 | |
172 174 | # Collection Page Config |
173 175 | collection |
174 176 | edit |
175 177 | undoTimeout 10000 # 10 seconds |
176 178 | |
177 179 | # Theme Config |
178 180 | themes |
179 181 | # Add additional themes here. In the case where multiple themes match a route, the first one |
180 182 | # in this list will get priority. It is advisable to always have a theme that matches |