November Happy Hour will be moved to Thursday December 5th.
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!
Try to edit it on master language.
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!