Hi,
I need to show search option for content pages in "Select Content" popup for editors. I have below few page type properies across the application.
1) public virtual ContentReference ProductPage { get; set; }
2) public virtual IEnumerable<ContentReference> Industries { get; set; }
Editors are facing difficulties to identify the required page to map becuase sometimes editors has to go multiple level of tree structure to map it.
For media files, we are getting search option. Below is the sample example
[UIHint(UIHint.Image)]
public virtual ContentReference DefaultWhiteLogo { get; set; }
Can you please someone assist to get search option "Select Content" for content pages as well?
Thanks,
Suresh B