Commits
Giuseppe Digilio authored 11e77086ae4 Merge
134 134 | label: 'Deutsch', |
135 135 | active: true, |
136 136 | }, { |
137 137 | code: 'cs', |
138 138 | label: 'Čeština', |
139 139 | active: true, |
140 140 | }, { |
141 141 | code: 'nl', |
142 142 | label: 'Nederlands', |
143 143 | active: false, |
144 - | }] |
144 + | }], |
145 + | // Browse-By Pages |
146 + | browseBy: { |
147 + | // Amount of years to display using jumps of one year (current year - oneYearLimit) |
148 + | oneYearLimit: 10, |
149 + | // Limit for years to display using jumps of five years (current year - fiveYearLimit) |
150 + | fiveYearLimit: 30, |
151 + | // The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items) |
152 + | defaultLowerLimit: 1900 |
153 + | }, |
154 + | item: { |
155 + | edit: { |
156 + | undoTimeout: 10000 // 10 seconds |
157 + | } |
158 + | } |
145 159 | }; |