Commits
lotte authored d60ba8cb769
150 150 | fiveYearLimit: 30, |
151 151 | // The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items) |
152 152 | defaultLowerLimit: 1900 |
153 153 | }, |
154 154 | item: { |
155 155 | edit: { |
156 156 | undoTimeout: 10000 // 10 seconds |
157 157 | } |
158 158 | }, |
159 159 | theme: { |
160 - | name: 'mantis', |
160 + | name: 'default', |
161 161 | } |
162 162 | }; |