Hi Guys,
I'm trying to set the default view of an item page to 'paragraphs' . It's a code first itemtype but can't find the correct setting.
It's running on 9.2.16.
What am I missing?
[Item(Name = "Detail page", Description = "")]
[AreaRule(92, 93)]
[StructureRule(StructureContextType.Pages)]
public class DetailPage : ItemEntry
{
//fields
}
BR, Jesse