README.txt 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. History:
  2. Field_group was originally written when drupal 7 was released. 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 Drupal8,
  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 uses plugins 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 (D7 version):
  19. http://drupal.org/node/1017838
  20. http://drupal.org/node/1017962
  21. Available group types:
  22. - Html element
  23. - Fieldsets
  24. - Tabs (horizontal and vertical)
  25. - Accordions
  26. - Details (Use this if you want collapsible fieldsets)
  27. To submit bug reports and feature suggestions, or to track changes:
  28. http://drupal.org/project/issues/field_group
  29. -- Configuration --
  30. 1. You can configure the field groups for different displays like, in managed_form_display and managed_display of the entity type.
  31. 2. You can create different field groups under managed_form_display by adding a new group under "Add new group" label and the format the grouping using the desired formatter for displaying the same.
  32. 3. Same thing can be done in managed_display.
  33. 4. The field grouping done in managed display will be reflected on the view detail page of the entity, while that done in the managed_form_display will be
  34. reflected in the add/edit form of the entity.
  35. -- MAINTAINERS --
  36. stalski - http://drupal.org/user/322618
  37. zuuperman - http://drupal.org/user/361625
  38. swentel - http://drupal.org/user/107403
  39. -- INSPIRATORS --
  40. yched - http://drupal.org/user/39567