README.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. History:
  2. Field_group was written for Drupal 7. For drupal 6, the module is
  3. located in the CCK module (http://drupal.org/project/cck).
  4. As drupal core has a fields API drupal > 6, the field_group module
  5. is considered a contribution.
  6. Description:
  7. field_group is a module that will group a set of fields. In Drupal7,
  8. with fields, one means all fields that come from fieldable entities.
  9. You can add fieldgroups in several types with their own format settings.
  10. field_group has API functions to add your own formatter and rendering for
  11. it.
  12. One of the biggest improvements to previous versions, is that fieldgroups
  13. have unlimited nesting, better display control.
  14. Note that field_group will only group fields, it can not be used to hide
  15. certain fields since this a permission matter.
  16. Module project page:
  17. http://drupal.org/project/field_group
  18. Documentation page:
  19. http://drupal.org/node/1017838
  20. http://drupal.org/node/1017962
  21. To submit bug reports and feature suggestions, or to track changes:
  22. http://drupal.org/project/issues/field_group
  23. -- MAINTAINERS --
  24. stalski - http://drupal.org/user/322618
  25. swentel - http://drupal.org/user/107403
  26. zuuperman - http://drupal.org/user/361625
  27. -- INSPIRATORS --
  28. yched - http://drupal.org/user/39567