/
Facet Config
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.
Related content
Display Rules/Reordering Facets
Display Rules/Reordering Facets
More like this
Facets List Component
Facets List Component
More like this
How do I control when a Facet should be displayed?
How do I control when a Facet should be displayed?
More like this
Facet Wrapper Component
Facet Wrapper Component
More like this
Link List Facet Component
Link List Facet Component
More like this
Facet Type Components
Facet Type Components
More like this