disabled = FALSE; /* Edit this to true to make a default field_group disabled initially */ $field_group->api_version = 1; $field_group->identifier = 'group_address_and_location|node|contact|form'; $field_group->group_name = 'group_address_and_location'; $field_group->entity_type = 'node'; $field_group->bundle = 'contact'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Address & Location', 'weight' => '2', 'children' => array( 0 => 'field_address', 1 => 'locations', ), 'format_type' => 'tab', 'format_settings' => array( 'formatter' => 'closed', 'instance_settings' => array( 'description' => '', 'classes' => 'group-address-and-location field-group-tab', 'required_fields' => 1, ), ), ); $export['group_address_and_location|node|contact|form'] = $field_group; $field_group = new stdClass(); $field_group->disabled = FALSE; /* Edit this to true to make a default field_group disabled initially */ $field_group->api_version = 1; $field_group->identifier = 'group_contacts|node|contact|form'; $field_group->group_name = 'group_contacts'; $field_group->entity_type = 'node'; $field_group->bundle = 'contact'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Contacts', 'weight' => '1', 'children' => array( 0 => 'field_contacts', ), 'format_type' => 'tab', 'format_settings' => array( 'formatter' => 'closed', 'instance_settings' => array( 'description' => '', 'classes' => 'group-contacts field-group-tab', 'required_fields' => 1, ), ), ); $export['group_contacts|node|contact|form'] = $field_group; return $export; }