[ACS-5266] Enabled new component for Categories filter (#3344)

* [ACS-5266] enabled new component for categories filter

* [ACS-5266] linting
This commit is contained in:
Mykyta Maliarchuk
2023-07-21 09:24:58 +02:00
committed by GitHub
parent d3be553fd6
commit e2257bad23

View File

@@ -1492,7 +1492,7 @@
"hideDefaultAction": true,
"allowOnlyPredefinedValues": false,
"field": "SITE",
"options": [ "_REPOSITORY_" ]
"autocompleteOptions": [ {"value": "_REPOSITORY_"} ]
}
}
},
@@ -1513,11 +1513,13 @@
{
"id": "categories",
"name": "SEARCH.FACET_FIELDS.CATEGORIES",
"enabled": true,
"component": {
"selector": "",
"selector": "autocomplete-chips",
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true,
"allowOnlyPredefinedValues": true,
"field": "cm:categories"
}
}