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

Content area in block can't be edited in on-page editing view

Vote:
 

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!

#184553
Oct 31, 2017 9:33
Vote:
 

Try to edit it on master language.

#184653
Nov 01, 2017 12:07
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.