disabled = FALSE; /* Edit this to true to make a default field_group disabled initially */ $field_group->api_version = 1; $field_group->identifier = 'group_content|node|basic_page|form'; $field_group->group_name = 'group_content'; $field_group->entity_type = 'node'; $field_group->bundle = 'basic_page'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Content', 'weight' => '2', 'children' => array( 0 => 'field_page_template', 1 => 'field_page_simple_content', 2 => 'field_page_sectioned_sections', ), 'format_type' => 'tab', 'format_settings' => array( 'formatter' => 'closed', 'instance_settings' => array( 'description' => '', 'classes' => 'group-content field-group-tab', 'required_fields' => 1, ), ), ); $export['group_content|node|basic_page|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_location|node|basic_page|form'; $field_group->group_name = 'group_location'; $field_group->entity_type = 'node'; $field_group->bundle = 'basic_page'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Location', 'weight' => '4', 'children' => array( 0 => 'locations', ), 'format_type' => 'tab', 'format_settings' => array( 'formatter' => 'closed', 'instance_settings' => array( 'description' => '', 'classes' => 'group-location field-group-tab', 'required_fields' => 1, ), ), ); $export['group_location|node|basic_page|form'] = $field_group; return $export; }