disabled = FALSE; /* Edit this to true to make a default field_group disabled initially */ $field_group->api_version = 1; $field_group->identifier = 'group_categories|node|evento|form'; $field_group->group_name = 'group_categories'; $field_group->entity_type = 'node'; $field_group->bundle = 'evento'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Categorias', 'weight' => '6', 'children' => array( 0 => 'field_theme', 1 => 'field_type', ), 'format_type' => 'fieldset', 'format_settings' => array( 'label' => 'Categorias', 'instance_settings' => array( 'required_fields' => 1, 'classes' => '', 'description' => '', ), 'formatter' => 'collapsed', ), ); $export['group_categories|node|evento|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_contato|node|evento|form'; $field_group->group_name = 'group_contato'; $field_group->entity_type = 'node'; $field_group->bundle = 'evento'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Informações de contato', 'weight' => '5', 'children' => array( 0 => 'field_link', 1 => 'field_address', 2 => 'field_contact', ), 'format_type' => 'fieldset', 'format_settings' => array( 'label' => 'Informações de contato', 'instance_settings' => array( 'required_fields' => 1, 'classes' => '', 'description' => '', ), 'formatter' => 'collapsed', ), ); $export['group_contato|node|evento|form'] = $field_group; return $export; }