Commits
Michael Spalti authored 549735795b3 Merge
303 303 | # And whether the privacy statement should exist or not. |
304 304 | info |
305 305 | enableEndUserAgreement true |
306 306 | enablePrivacyStatement true |
307 307 | |
308 308 | # Whether to enable Markdown (https://commonmark.org/) and MathJax (https://www.mathjax.org/) |
309 309 | # display in supported metadata fields. By default, only dc.description.abstract is supported. |
310 310 | markdown |
311 311 | enabled false |
312 312 | mathjax false |
313 + | |
314 + | # Which vocabularies should be used for which search filters |
315 + | # and whether to show the filter in the search sidebar |
316 + | # Take a look at the filter-vocabulary-config.ts file for documentation on how the options are obtained |
317 + | vocabularies |
318 + | filter 'subject' |
319 + | vocabulary 'srsc' |
320 + | enabled true |