London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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