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
Hi,
Add EditorDescriptorBehavior = EditorDescriptorBehavior.ExtendBase to you EditorDescriptorRegistration
[EditorDescriptorRegistration(EditorDescriptorBehavior = EditorDescriptorBehavior.ExtendBase, TargetType = typeof(string), UIHint = UiHint)]
/Mark
Hi,
In Episerver 7.5, we used the following code to make certain fields wider:
This code doesn't work in Episerver 9.8
What should be used instead?
Thanks!