Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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?