Problem/Motivation
As part of being able to deprecate and eventually remove text_with_summary, we need to stop calling node_add_body_field() in a number of places. One of the best places to start would be NodeTypeForm.
Proposed resolution
Remove all calls to node_add_body_field()
from NodeTypeForm
User interface changes
When a user creates a content type in the UI, that content type will no longer have a body field automatically attached to it.
API changes
None.
Data model changes
None.
Release notes snippet
TBD