Hi,
I'm creating a new item with the following field:
[Field("Category", typeof(Dynamicweb.Content.Items.Editors.DropDownListEditor<>))]
[Required]
public IList<string> Category { get; set; }
I have an existing item type called Category. How do I reference this item type in the above item field?
Regards,
Peter