I think it would be great if it was possible to set the default sorting order for the groups in create new.. and also for inside each group.
For example for this new feature:
http://world.episerver.com/blogs/Per-Bjurstrom/2015/2/typed-tabsgroups/
It could look something like this:
[GroupDefinitions(DefaultSort=DefaultSort.Alphabetic, DefaultSortDirection=DefaultSortDirection.Descending)] public static class GroupNames { [Display(GroupName="MyNews", Order=1)] public const string News = "News"; [RequiredAccess(AccessLevel.Publish)] [Display(DefaultSort=DefaultSort.Alphabetic, DefaultSortDirection=DefaultSortDirection.Descending)] public const string Contact= "Contact"; }
Per default the sorting is by SortOrder Ascending
+1
I think it would be great if it was possible to set the default sorting order for the groups in create new.. and also for inside each group.
For example for this new feature:
http://world.episerver.com/blogs/Per-Bjurstrom/2015/2/typed-tabsgroups/
It could look something like this:
Per default the sorting is by SortOrder Ascending