A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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