Commits
Michael Spalti authored e752ef74fb0 Merge
143 143 | active true |
144 144 | code pt-PT |
145 145 | label Português |
146 146 | active true |
147 147 | code pt-BR |
148 148 | label Português do Brasil |
149 149 | active true |
150 150 | code fi |
151 151 | label Suomi |
152 152 | active true |
153 + | code sv |
154 + | label Svenska |
155 + | active true |
153 156 | code tr |
154 157 | label Türkçe |
155 158 | active true |
159 + | code kk |
160 + | label Қазақ |
161 + | active true |
156 162 | code bn |
157 163 | label বাংলা |
158 164 | active true |
165 + | code el |
166 + | label Ελληνικά |
167 + | active true |
159 168 | |
160 169 | # Browse-By Pages |
161 170 | browseBy |
162 171 | # Amount of years to display using jumps of one year (current year - oneYearLimit) |
163 172 | oneYearLimit 10 |
164 173 | # Limit for years to display using jumps of five years (current year - fiveYearLimit) |
165 174 | fiveYearLimit 30 |
166 175 | # The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items) |
167 176 | defaultLowerLimit 1900 |
168 177 | |
178 + | communityList |
179 + | # No. of communities to list per expansion (show more) |
180 + | pageSize 20 |
181 + | |
182 + | homePage |
183 + | recentSubmissions |
184 + | # The number of item showing in recent submission components |
185 + | pageSize 5 |
186 + | # Sort record of recent submission |
187 + | sortField 'dc.date.accessioned' |
188 + | topLevelCommunityList |
189 + | # No. of communities to list per page on the home page |
190 + | # This will always round to the nearest number from the list of page sizes. e.g. if you set it to 7 it'll use 10 |
191 + | pageSize 5 |
192 + | |
169 193 | # Item Config |
170 194 | item |
171 195 | edit |
172 196 | undoTimeout 10000 # 10 seconds |
173 197 | # Show the item access status label in items lists |
174 198 | showAccessStatuses false |
175 199 | |
176 200 | # Collection Page Config |
177 201 | collection |
178 202 | edit |
241 265 | # The default bundles that should always be displayed as suggestions when you upload a new bundle |
242 266 | bundle |
243 267 | standardBundles ORIGINAL THUMBNAIL LICENSE |
244 268 | |
245 269 | # Whether to enable media viewer for image and/or video Bitstreams (i.e. Bitstreams whose MIME type starts with 'image' or 'video'). |
246 270 | # For images, this enables a gallery viewer where you can zoom or page through images. |
247 271 | # For videos, this enables embedded video streaming |
248 272 | mediaViewer |
249 273 | image false |
250 274 | video false |
275 + | |
276 + | # Whether the end user agreement is required before users use the repository. |
277 + | # If enabled, the user will be required to accept the agreement before they can use the repository. |
278 + | # And whether the privacy statement should exist or not. |
279 + | info |
280 + | enableEndUserAgreement true |
281 + | enablePrivacyStatement true |