Try our conversational search powered by Generative AI!

How to enable link "create a new block" for "ContentArea"

Vote:
 

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; }

#151333
Jul 15, 2016 17:49
Vote:
 

Can you create blocks at all? 

Im thinking if theres some requirements..

#151338
Jul 15, 2016 22:25
Vote:
 

Yes I can create block there. See my screen: http://screencast.com/t/8NePk826

#151352
Jul 18, 2016 9:11
Vote:
 

It should be there by default.

Which version of Episerver are you running?

Did you add an EditorDescriptor or similar for ContentAreas?

#151353
Jul 18, 2016 9:27
Vote:
 

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"

#151354
Jul 18, 2016 12:20
Vote:
 

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.

#151355
Jul 18, 2016 12:52
Vote:
 

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. 

#151357
Jul 18, 2016 14:07
Vote:
 

>>> 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"

#151362
Jul 18, 2016 17:41
* 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.