Reputation: 721
I am not seeing an obvious way to delete a content type in Crafter Studio. Do I have to do this by git commands in a shell?
Upvotes: 1
Views: 183
Reputation: 109
You can delete a content-type using shell and commit manually.
Please note that deleting the content-type will have impact on the pages/ components using that particular content-type.
Upvotes: 0
Reputation: 1446
You can't do it via the UI in versions < 4.0.
In version 4.0, this is supported: https://github.com/craftercms/craftercms/issues/1631
Remember, deleting content types can have negative, unintended, consequences.
For 3.x, you can delete the content type in Git/CLI and commit.
Upvotes: 0