1
|
|
2
|
History:
|
3
|
Field_group was written for Drupal 7. For drupal 6, the module is
|
4
|
located in the CCK module (http://drupal.org/project/cck).
|
5
|
As drupal core has a fields API drupal > 6, the field_group module
|
6
|
is considered a contribution.
|
7
|
|
8
|
Description:
|
9
|
field_group is a module that will group a set of fields. In Drupal7,
|
10
|
with fields, one means all fields that come from fieldable entities.
|
11
|
You can add fieldgroups in several types with their own format settings.
|
12
|
field_group has API functions to add your own formatter and rendering for
|
13
|
it.
|
14
|
One of the biggest improvements to previous versions, is that fieldgroups
|
15
|
have unlimited nesting, better display control.
|
16
|
Note that field_group will only group fields, it can not be used to hide
|
17
|
certain fields since this a permission matter.
|
18
|
|
19
|
Module project page:
|
20
|
http://drupal.org/project/field_group
|
21
|
|
22
|
Documentation page:
|
23
|
http://drupal.org/node/1017838
|
24
|
http://drupal.org/node/1017962
|
25
|
|
26
|
Available group types:
|
27
|
- Fieldsets
|
28
|
- Horizontal tabs
|
29
|
- Vertical tabs
|
30
|
- Accordions
|
31
|
- Divs
|
32
|
- Multipage steps: <strong>Note: This is only client side.
|
33
|
- HTML5 group type
|
34
|
- Html element
|
35
|
|
36
|
To submit bug reports and feature suggestions, or to track changes:
|
37
|
http://drupal.org/project/issues/field_group
|
38
|
|
39
|
-- MAINTAINERS --
|
40
|
|
41
|
stalski - http://drupal.org/user/322618
|
42
|
swentel - http://drupal.org/user/107403
|
43
|
zuuperman - http://drupal.org/user/361625
|
44
|
|
45
|
-- INSPIRATORS --
|
46
|
|
47
|
yched - http://drupal.org/user/39567
|