Hi All,
We used some customer types for block properties. Like following
[PropertyDefinitionTypePlugIn]
public class MultipleImages(){
public ImagesItem ImagesItem
{
get{...}
set{...}
}
......
}
public class ImagesItem{
public string Name {get;set;}
public string Url{get;set;}
public string ImagePath{get;set;}
}
It had worked fine in EPiServer.CMS.UI.9.2.0. After we upgrade to EPiServer.CMS.UI.9.3.4. That property can't get value in edit model.
Does anyone have idea about this problem?
Regards,
Eric