1.4.2
Making it possible to disable editing on the list field type (using the config option)
[Ignore]
[UIOMaticField("Dogs", "", View ="list",
Config = "{'typeName': 'Example.Models.Dog, Example', 'foreignKeyColumn' : 'OwnerId', 'canEdit' : false}")]
public IEnumerable<Dog> Dogs { get; set; }