November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
The code below overrides the system tab order. However, SystemTabNames has only 6 tabs and for the tabs like "Belong To", it is difficult to figure out the text value and order value as legacy text are also being used e.g. for content the text value is "Information".
[Display(Name = "Dates", Order = 15)] public const string Dates = "Dates"; [Display(Order = 16)] public const string Content = SystemTabNames.Content;
Only 3 built-in tabs shown in the link below but not Belongs To, Related Entries, Variants, Assets etc.
https://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/8/Content/grouping-content-types-and-properties/.
I have tabs in the order below in admin view. Dates is my tab with order=15 whereas rest are default tabs. I want to reorder the tabs so that Dates comes in the second place.
Content|Belongs To|Dates|Variants