I have a page with a property of type IList that i would like to limit in the following ways:
Show pages under a specific root (This i can already do with EditorConfiguration roots)
Liimt the content type (This i can already do with AllowedTypesAttribute)
Only show pages in the page selector popup that have a specific propertyvalue.
How can this be done without creating by own custom property? Basically what i need is to be able to define a criteria for the pages that are shown in the page tree in the popup.
Hi,
that i would like to limit in the following ways:
I have a page with a property of type IList
How can this be done without creating by own custom property?
Basically what i need is to be able to define a criteria for the pages that are shown in the page tree in the popup.
Hope you can help :-)