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.
Hi,
I have a content area which is included in a local block property for group it with some other properties. Assume my data definition is:
PageA
{
...
BlockB BlockBData;
...
}
BlockB
{
ContentArea AreaC;
other properties
}
Now in PageA's view, I render AreaC by @Html.PropertyFor(m => m.BlockBData.AreaC)
But in On-page editing view, AreaC can't be edited, I can't drag a shared block into it. It can be edited only in edit mode.
Any suggestions?
Thanks!