A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Arrange page properties into columns in admin view

Vote:
 

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

#293382
Dec 19, 2022 11:40
Vote:
 

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/ 

#293385
Dec 19, 2022 13:01
Vote:
 

Nice idea, I'll give it a try.

Thank you

#293390
Dec 19, 2022 13:25
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.