Skip to content

Commit

Permalink
[ACS-5266] Enabled new component for Categories filter (#3344)
Browse files Browse the repository at this point in the history
* [ACS-5266] enabled new component for categories filter

* [ACS-5266] linting
  • Loading branch information
nikita-web-ua authored Jul 21, 2023
1 parent d3be553 commit e2257ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@
"hideDefaultAction": true,
"allowOnlyPredefinedValues": false,
"field": "SITE",
"options": [ "_REPOSITORY_" ]
"autocompleteOptions": [ {"value": "_REPOSITORY_"} ]
}
}
},
Expand All @@ -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"
}
}
Expand Down

0 comments on commit e2257ba

Please sign in to comment.