Skip to content

Commit

Permalink
feat(types): add hide in renderingContent facet values (#1529)
Browse files Browse the repository at this point in the history
* feat(types): add hide in renderingContent facet values

* trigger

---------

Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
thomasbritton and shortcuts authored Jun 25, 2024
1 parent ba2d858 commit ed320a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/client-search/src/types/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@ export type Settings = {
*/
readonly values?: {
readonly [facet: string]: {
/**
* Hide facet values
*/
readonly hide?: readonly string[];
/**
* pinned order of facet values
*/
Expand Down

0 comments on commit ed320a8

Please sign in to comment.