November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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