Reply to comment
Drupal UE improvement/easier to remove body field
I had a custom content type that I needed to remove the "Body" field. This custom content type was created by a third-party module, "content_profile" and the custom content type was a "Profile". I did a search to figure out how to remove the Body field. While I've done it before, I couldn't figure out how to do this. The "Body" property in the Manage and Display tabs in the administrative interface only allowed me to move the ordering of the field, no functionality existed to remove it.
Finally, figured it out, it's on the main content type edit screen under "Submission Settings". If you expand this, you will see that you can just remove the Body label, and is well.
While this may seem like a brain-dead stupid thing to write about, when you work 3 months in java with some dot net thrown into the mix, these simple little things are forgotten.
In terms of UE, it would be nice to have a link or some user help text in the manage fields tab for the body field that would explain this, since this is where we expect to manage the fields that are part of the content type.
Here's a screen shot of what you are looking for:

