Try our conversational search powered by Generative AI!

Reorder new custom tab with default tabs

Vote:
 

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

#200754
Jan 24, 2019 9:32
Vote:
 

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/.
#200758
Edited, Jan 24, 2019 10:21
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* 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.