Posted by drumm on August 28, 2006 at 11:41pm
Drupal core has had configurable content types for awhile now. What is the plan for removing those from CCK and having the field system added via nodeapi or formapi? This really should work well on the next release of Drupal and would provide something better to look at and evaluate for moving fields towards core.

Comments
Patch needs review
dopry has taken a shot at it there
not just formapi
i am not so sure about the nodeapi/formapi approach. it sounds super useful. but cck does a lot of caching which i think will be nullified if it doesn't own the content type ... maybe someone can talk to the performance implications of this.
Well, then the performance
Well, then the performance things need to be in core. The point of putting configurable content types in core is to get the implementations (flexinode and cck) out of contrib so we can concentrate on one place and get things cleaned up for the next feature.