You are here

README.txt in Field tools 7

Same filename and directory in other branches
  1. 8 README.txt
Field Tools
===========

Field Tools is a collection of useful tools for working with fields.

The module adds the following functionality:

- Field tools overview at admin/reports/fields/tools
  - Mass editing of field instances, from the field tools overview page
- Graph of relationships between entities at admin/reports/fields/graph
  This requires GraphAPI; the Springy graph engine is recommended
  (https://www.drupal.org/sandbox/joachim/2330333).
- Extra operations on field instances. These are added as extra tabs to all
  entity bundle admin pages:
  - Cloning of field instances from the current bundle to other bundles.
  - Cloning of field instances to the current bundle from other bundles.
  - Import and export of fields.
  - Renaming of fields (WARNING: doesn't handle field data!).

File

README.txt
View source
  1. Field Tools
  2. ===========
  3. Field Tools is a collection of useful tools for working with fields.
  4. The module adds the following functionality:
  5. - Field tools overview at admin/reports/fields/tools
  6. - Mass editing of field instances, from the field tools overview page
  7. - Graph of relationships between entities at admin/reports/fields/graph
  8. This requires GraphAPI; the Springy graph engine is recommended
  9. (https://www.drupal.org/sandbox/joachim/2330333).
  10. - Extra operations on field instances. These are added as extra tabs to all
  11. entity bundle admin pages:
  12. - Cloning of field instances from the current bundle to other bundles.
  13. - Cloning of field instances to the current bundle from other bundles.
  14. - Import and export of fields.
  15. - Renaming of fields (WARNING: doesn't handle field data!).