Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

Search option for select content popup in CMS edit

$
0
0

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


Viewing all articles
Browse latest Browse all 9076

Trending Articles