How to hide a inherited PageTypeBuilder property

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

Leave a Reply

Your email address will not be published. Required fields are marked *