Facet Config
facetConfig
facetConfig
is controlling the facet behavior.
Options
Facets can be selected multiple times or only one at a time. The default behavior is multiple selections. If a facet needs to be a single option, the value in the Data field should be this: Example:
{"_facetConfig": {"brand": "single", "color": "multiple", "size": "single"}}
Â
if you have a landing page configured - place the facet config on the same level:
{"CustomUrl": "...", "_facetConfig": {...}}
Â
collapsedByDefault
default value
false
if
true
the collapsible facets will be collapsed when facets are displayed.
collapseAllExceptCurrentTarget
default value
false
if
true
the facets will act like accordion. When one facet is expanded the others will collapse
collapseOnDefocus
default value
false
if
true
the facets will collapse when the user clicks somewhere out of the facet area.
Â