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