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 Software Development in .NET, C#, Angular, JavaScript, 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; }