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
You coulld change to a Check Box List (Select Many)
/// <summary>
/// Theme
/// </summary>
[Display(Name = "Options", Order = 50, GroupName = SystemTabNames.Content)]
[SelectMany(SelectionFactoryType = typeof(AccessoryOptionsSelectionFactory))]
[Required]
public virtual string Options { get; set; }
And than use similar concepts described here to change the UI : https://world.optimizely.com/blogs/Per-Magne-Skuseth/Dates/2016/8/checkboxlist-ui-tweaks/
Hi,
I have a page-template with many properties like "display in breadcrumb, display in footer, display in sitemap and so on" and as they all are checkboxes, I would like to have them arranged in columns instead of rown, as it makes it a lot easier to edit in admin view.
On top, there is this grey box "SystemTabNames.PageHeader" and these Properties are arranged in columns, so it should be possible?
Kind regards
Ralph