Thursday, June 27, 2019

Episerver CMS Content/Block Type Property Delete

When you work on Episerver site, some times, you have an experience that removed properties from content type or block type are still displayed on the CMS.
In the code, you have already removed them. But still, properties are showed in the CMS.
You wonder how you can remove deleted properties from content type or block.

You can easily remove those properties from the cms as following.

1.0 Logging to the cms.

2.0 Go to CMS-->Admin-->Content  Types.
All the content types and related properties are listed here.

3.0 You can see the missing tag as in the image.












4.0 Click on the property and Delete it.