97049: Refactor how to obtain vocabularies for filter (configurable)

This commit is contained in:
Jens Vannerum
2022-12-01 15:01:11 +01:00
parent 4afa5181a6
commit edc73d3585
6 changed files with 46 additions and 3 deletions

View File

@@ -227,5 +227,13 @@ export const environment: AppConfig = {
mediaViewer: {
image: true,
video: true
}
},
vocabularies: [
{
filter: 'subject',
vocabulary: 'srsc',
enabled: true
}
]
};