Quantcast
Channel: Using Optimizely Platforms
Viewing all articles
Browse latest Browse all 8020

Display commerce catalog link control on admin page

$
0
0

Hi
Is there a control that I could use to display some kind of control for choosing and adding content links on admin page?

There is a control like this on main page in Quicksilver, when choosing links for main navigation menu in StartPage.cs using LinkItemCollection:

[CultureSpecific]
        [Display(
            Name = "Main menu",
            Description = "",
            GroupName = SystemTabNames.Content,
            Order = 4)]
        public virtual LinkItemCollection MainMenu { get; set; }

What should I choose to display a control like that on admin page? Should it be fully costom control? Does epi provides something like that?


Viewing all articles
Browse latest Browse all 8020

Trending Articles