AI OnAI Off
You can control the order of the properties and on what tab they appear, by setting Order and GroupName of the Display attribute for each property.
[Required]
[Display(
Name = "Title",
GroupName = SystemTabNames.Content,
Order = 1)]
public virtual String Title { get; set; }
Hello!
Somebody knows how I can to arrange the controls from the properties of the blocks in the configuration view of the block.