Hi guys,
Does anybody know how to set the Item Type parameters on an item type field from code first? This is my current code for the field:
[Group(StringConstants.ItemTypeConstants.StandardFields)] [Field(StringConstants.ItemTypeConstants.FairName, typeof(ItemTypeEditor))] [Required] public Fair Fair { get; set; }
Attached as an image are the settings in the CMS that I would like to see set from code.
Cheers!
Tom