Skip to content

Commit

Permalink
[ACS-4788] Add support for the Categories facet (#3120)
Browse files Browse the repository at this point in the history
* [ACS-4788] added categories facet

* [ACS-4788] changed order of a chip
  • Loading branch information
nikita-web-ua authored Apr 17, 2023
1 parent d19152c commit 9717dfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,16 @@
"hideDefaultAction": true,
"facetOrder": 600
}
},
{
"mincount": 1,
"field": "cm:categories",
"label": "SEARCH.FACET_FIELDS.CATEGORIES",
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true,
"facetOrder": 700
}
}
]
},
Expand Down

0 comments on commit 9717dfb

Please sign in to comment.