Commits
Yury Bondarenko authored faaaad6bfb1 Merge
251 251 | mediaViewer |
252 252 | image false |
253 253 | video false |
254 254 | |
255 255 | # Whether the end user agreement is required before users use the repository. |
256 256 | # If enabled, the user will be required to accept the agreement before they can use the repository. |
257 257 | # And whether the privacy statement should exist or not. |
258 258 | info |
259 259 | enableEndUserAgreement true |
260 260 | enablePrivacyStatement true |
261 + | # Home Page |
262 + | homePage |
263 + | recentSubmissions |
264 + | # The number of item showing in recent submission components |
265 + | pageSize 5 |
266 + | # Sort record of recent submission |
267 + | sortField 'dc.date.accessioned' |