Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit a6b6ca3

Browse files
authored
fix(current-refinements): include/exclude (#51)
* fix(current-refinements): include/exclude fixes #48 closes #39 Basically there's no need for a includedAttributes on clearRefinements for now, since it will be able with transformItems, so this PR supersedes both * chore: remove includedAttributes
1 parent 5fbe8af commit a6b6ca3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/widgets/current-refinements.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ classes:
4242
options:
4343
- name: attributes
4444
description: Label definitions for the different filters.
45-
- name: whitelist
46-
description: list of attributes to show
47-
- name: blacklist
45+
- name: excludedAttributes
4846
description: list of attributes not to show
4947
- name: clearsQuery
5048
default: false

0 commit comments

Comments
 (0)