November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Yes I can create block there. See my screen: http://screencast.com/t/8NePk826
It should be there by default.
Which version of Episerver are you running?
Did you add an EditorDescriptor or similar for ContentAreas?
I use Episerver 9.9; see my screen: http://screencast.com/t/HAdTDHdht
by >>> EditorDescriptor or similar for ContentAreas?
you can see my previouse screen: http://screencast.com/t/8NePk826
there is "ContentAreas"
Ok,
have yiu added any other code that might affect ContentAreas? For example dojo plugins, editordescriptors or similar.
if they are registered globally for all ContentAreas it's hard to find just looking at your content type.
i would investigate by looking in the history of the Source code repository (TFS, GIT, SVN and so on) or find references to the ContentArea class in the project.
Can you try to login with a username which has full permissions (Admin, Editor etc.)?
Create new block can be invisible to users who don't have rights to create Content under the given Page.
>>> Can you try to login with a username which has full permissions (Admin, Editor etc.)?
I loget in as admin.
>>> Create new block can be invisible to users who don't have rights to create Content under the given Page.
I can add block when I use mouse "drag and drop"
How can I enable link "create a new block" for "ContentArea"
it disappeared and can not find resolution for turn on it.
See my screen: http://screencast.com/t/1gHrrOqAq
my C# code for:
[Display(Name = "Banners2", GroupName = SystemTabNames.Content, Order = 81)]
public virtual ContentArea BannersArea2 { get; set; }