London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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