Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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!