disabled = FALSE; /* Edit this to true to make a default field_group disabled initially */ $field_group->api_version = 1; $field_group->identifier = 'group_address|node|projekt|form'; $field_group->group_name = 'group_address'; $field_group->entity_type = 'node'; $field_group->bundle = 'projekt'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Map coordinates / address', 'weight' => '2', 'children' => array( 0 => 'field_project_address', 1 => 'locations', ), 'format_type' => 'tab', 'format_settings' => array( 'formatter' => 'closed', 'instance_settings' => array( 'description' => '', 'classes' => 'group-address field-group-tab', 'required_fields' => 1, ), ), ); $export['group_address|node|projekt|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_content|node|projekt|form'; $field_group->group_name = 'group_content'; $field_group->entity_type = 'node'; $field_group->bundle = 'projekt'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Content', 'weight' => '0', 'children' => array( 0 => 'body', 1 => 'field_project_instagram_tags', 2 => 'field_project_city_district', 3 => 'field_project_type', 4 => 'field_project_funktion', 5 => 'field_project_start_year', 6 => 'field_project_end_year', 7 => 'title', ), '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|projekt|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_images|node|projekt|form'; $field_group->group_name = 'group_images'; $field_group->entity_type = 'node'; $field_group->bundle = 'projekt'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Images', 'weight' => '1', 'children' => array( 0 => 'field_project_main_image', 1 => 'field_project_inline_images', ), 'format_type' => 'tab', 'format_settings' => array( 'formatter' => 'closed', 'instance_settings' => array( 'description' => '', 'classes' => 'group-images field-group-tab', 'required_fields' => 1, ), ), ); $export['group_images|node|projekt|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_other|node|projekt|form'; $field_group->group_name = 'group_other'; $field_group->entity_type = 'node'; $field_group->bundle = 'projekt'; $field_group->mode = 'form'; $field_group->parent_name = ''; $field_group->data = array( 'label' => 'Other', 'weight' => '3', 'children' => array( 0 => 'field_project_fotograf', 1 => 'field_project_arkitekt', 2 => 'field_project_bygherre', ), 'format_type' => 'tab', 'format_settings' => array( 'formatter' => 'closed', 'instance_settings' => array( 'description' => '', 'classes' => 'group-other field-group-tab', 'required_fields' => 1, ), ), ); $export['group_other|node|projekt|form'] = $field_group; return $export; }