A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Background:
I need to implement the ability for CMS editors to associate a list of facets to a page type.
They need to be able to select the facets from a pre-defined list, reorder the facets and add ranges for range facets.
I'm using Episerver CMS 10.10.4.
Issue:
I'm trying to use property lists to define the facets and the facet ranges, so I don't implement a custom property from scratch. However, I couldn't find a solution that works with property lists for hiding the ranges when adding/editing non-range facets.
e.g.
I've tried adding a block to contain the property list or the property list item, but that breaks out the display for the property list.
References:
https://world.episerver.com/Blogs/Duong-Nguyen/Dates/2014/1/Country-Region-drop-down-lists-in-All-properties-mode/
https://developerschallenges.com/2017/11/02/episerver-all-properties-component-for-showing-and-hiding-content-using-a-drop-down/
Does anyone have an idea on how I can achieve this?
Code:
CustomFilterCollection.js