Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Jan 04, 2024
May 22, 2024
CMS Core
Closed, Fixed and tested
Fixed an issue with tag helpers where even if the link property was null, <ul> html tag was included in the view mode rendering.
Previous output (view mode):
<div> <ul></ul> </div>
Current output (view mode):
<div> </div>
This applies to ContentReference, ContentReferenceList, LinkItem, LinkItemCollection, and URL property.