Try our conversational search powered by Generative AI!

Can we change the sort order of groups?

Vote:
 

Hi,

We group the blocks by setting the GroupName value in ContentType attribute:

[ContentType(DisplayName = "Boo",
    GUID = "7a5b80c6-83e1-4938-8069-97d1587d54ce",
    GroupName = "Group 1")]
public class Boo : BlockData
{
}

[ContentType(DisplayName = "Foo",
    GUID = "7a5b80c6-83e1-4938-8069-97d1587d54aa",
    GroupName = "Group 2")]
public class Foo : BlockData
{
}

Is it possible to change the order of these groups in edit mode?

For example, when creating new blocks, I would like "Group 2" to be displayed before "Group 1".

Thanks!

#116781
Feb 04, 2015 16:51
Vote:
 

In CMS 8 pre-release you can, which should be released soon.

#116786
Feb 04, 2015 19:04
Vote:
 

http://world.episerver.com/blogs/Per-Bjurstrom/2015/2/typed-tabsgroups/

#117094
Feb 11, 2015 14:17
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.