Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

In content area,create new block link button is not displayed??

Vote:
1

I create One Content area,see the below code

namespace MyTemplates.Models.Pages
{
       [ContentType(DisplayName = "Home", GUID = "ead0e7bb-ddc9-40bc-b01a-0ddbabf68fd0", Description = "")]
       public class Home : PageData
       {

         [CultureSpecific]
         [Display(
         Name = "Main body",
         Description = "",
         GroupName = SystemTabNames.Content,
         Order = 1)]
         public virtual ContentArea MainBody { get; set; }
      }
}

but in content area create new block  link button is not displayed, even i cheked views-->Web.config file 



   
   
   
   
   
   

i dont't know where i did mistake,can anyone help me out of this.

Thanks

Ramkee.G

#178512
May 12, 2017 10:40
Vote:
0

can you drop existing block on the content area?

#179038
May 30, 2017 9:56
* 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.