Opticon Stockholm is on Tuesday September 10th, hope to see you there!
AI OnAI Off
Opticon Stockholm is on Tuesday September 10th, hope to see you there!
Nov 01, 2023
Mar 14, 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