Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Ethan,
This exception is indeed expected as there is currently no built-in property type for LinkItem.
Hi Ethan,
There is no built in property type for link item, however you can create the LinkItem collection and map only one item.
[Display(GroupName = GroupNames.Default, Order = 5, Name = "Quick Links", Description = "Quick Links")]
[CultureSpecific]
public virtual LinkItemCollection QuickLinks { get; set; }
Regards
Venkata Phani kumar R
I tried to create a LinkItem property in a block, but run into an error on initialization which seems only happen when the property type is not valid.
I am not sure if this exception is expected because I found an article: Backing type for LinkItem?. And it seems that the LinkItem was not working at that time.
However I am using the latest v8.11.0, so I just want to check out if this is still normal in this version and see if there is anything wrong with my Epi instance.
Here is the error shown in browser: