A way to help those upgrading their features to 2.x

Right now Feature A has content type "content"
Feature B has 'field' "x" on content type "content"
fu feature A will add field_instance for 'x' to feature A

This is coming from node export, where it suggests adding the fields of the node to the export. An additional check that old style 'field' is not being used for this field_instance would prevent this and help those upgrading (or just check that anyone has claimed this field or field instance, as don't really need to expand on that further than).

Comments

mpotter’s picture

Component: Code » Documentation
Priority: Major » Normal
Issue summary: View changes

Seems like this is a documentation task.