Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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