mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
97049: Refactor how to obtain vocabularies for filter (configurable)
This commit is contained in:
@@ -227,5 +227,13 @@ export const environment: AppConfig = {
|
||||
mediaViewer: {
|
||||
image: true,
|
||||
video: true
|
||||
}
|
||||
},
|
||||
|
||||
vocabularies: [
|
||||
{
|
||||
filter: 'subject',
|
||||
vocabulary: 'srsc',
|
||||
enabled: true
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user