Commits
Jens Vannerum authored acbff2e6b42
288 288 | # If enabled, the user will be required to accept the agreement before they can use the repository. |
289 289 | # And whether the privacy statement should exist or not. |
290 290 | info |
291 291 | enableEndUserAgreement true |
292 292 | enablePrivacyStatement true |
293 293 | |
294 294 | # Whether to enable Markdown (https://commonmark.org/) and MathJax (https://www.mathjax.org/) |
295 295 | # display in supported metadata fields. By default, only dc.description.abstract is supported. |
296 296 | markdown |
297 297 | enabled false |
298 - | mathjax false |
298 + | mathjax false |
299 + | |
300 + | # Which vocabularies should be used for which search filters |
301 + | # and whether to show the filter in the search sidebar |
302 + | # Take a look at the filter-vocabulary-config.ts file for documentation on how the options are obtained |
303 + | vocabularies |
304 + | filter 'subject' |
305 + | vocabulary 'srsc' |
306 + | enabled true |