This will hide the property visibility for Editors in EPiServer.
Just override the property and hide with DisplayInEditMode = false.
[PageTypeProperty(DisplayInEditMode = false)] public override string ShortHeading { get; set; }
My bookmarks and blogposts regarding Web development, JavaScript, C#, ASP.NET, EPiServer, CSS, Html
This will hide the property visibility for Editors in EPiServer.
Just override the property and hide with DisplayInEditMode = false.
[PageTypeProperty(DisplayInEditMode = false)] public override string ShortHeading { get; set; }