group[Permalink]group directive in fields.ini fileThe group directive allows you to declare that certain fields of your table should be grouped together on the edit form and the view tab (and other logical places). For example, fields like address, city, state, country, postal_code would likely be grouped together as address_info. Grouping the fields together will make the fields appear in a section of their own in the view tab and the edit form. E.g. In your fields.ini file:
Configuring the Group as a WholeYou can also configure your group in the fields.ini file by adding a fieldgroup:NAME section, where NAME is the name of the group. E.g.
See also:
|