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.
Nov 01, 2023
Dec 20, 2024
CMS Core
Closed, Fixed and tested
Fixed an issue that caused the edit UI to break when you cleared a block in a block list.
Prerequisite
Add block types as following to the site (such as the Alloy sample site):
[ContentType]public class AccordionBlock : BlockData
{{{ public virtual string? Title
}}
{{public virtual string? Subtitle { get; set; } public virtual XhtmlString? Body{ get; set; }}}
}
Steps to reproduce