Remove "Adjacent Areas" field.

This commit is contained in:
Michael Stenta 2014-07-09 01:41:12 -04:00
parent 4cf46d5329
commit 0066806dcc
3 changed files with 2 additions and 73 deletions

View File

@ -67,74 +67,6 @@ function farm_area_field_default_fields() {
),
);
// Exported field: 'taxonomy_term-farm_areas-field_farm_areas'.
$fields['taxonomy_term-farm_areas-field_farm_areas'] = array(
'field_config' => array(
'active' => '1',
'cardinality' => '-1',
'deleted' => '0',
'entity_types' => array(),
'field_name' => 'field_farm_areas',
'foreign keys' => array(
'tid' => array(
'columns' => array(
'tid' => 'tid',
),
'table' => 'taxonomy_term_data',
),
),
'indexes' => array(
'tid' => array(
0 => 'tid',
),
),
'locked' => '0',
'module' => 'taxonomy',
'settings' => array(
'allowed_values' => array(
0 => array(
'vocabulary' => 'farm_areas',
'parent' => '0',
),
),
),
'translatable' => '0',
'type' => 'taxonomy_term_reference',
),
'field_instance' => array(
'bundle' => 'farm_areas',
'default_value' => NULL,
'deleted' => '0',
'description' => '',
'display' => array(
'default' => array(
'label' => 'inline',
'module' => 'taxonomy',
'settings' => array(),
'type' => 'taxonomy_term_reference_link',
'weight' => '3',
),
),
'entity_type' => 'taxonomy_term',
'field_name' => 'field_farm_areas',
'label' => 'Adjacent areas',
'required' => 0,
'settings' => array(
'user_register_form' => FALSE,
),
'widget' => array(
'active' => 0,
'module' => 'taxonomy',
'settings' => array(
'autocomplete_path' => 'taxonomy/autocomplete',
'size' => 60,
),
'type' => 'taxonomy_autocomplete',
'weight' => '4',
),
),
);
// Exported field: 'taxonomy_term-farm_areas-field_farm_files'.
$fields['taxonomy_term-farm_areas-field_farm_files'] = array(
'field_config' => array(
@ -388,7 +320,6 @@ function farm_area_field_default_fields() {
// Translatables
// Included for use with string extractors like potx.
t('Adjacent areas');
t('Area type');
t('Files');
t('Images');

View File

@ -23,9 +23,8 @@ function farm_area_field_group_info() {
'label' => 'Area Details',
'weight' => '2',
'children' => array(
0 => 'field_farm_areas',
1 => 'field_farm_area_type',
2 => 'description',
0 => 'field_farm_area_type',
1 => 'description',
),
'format_type' => 'fieldset',
'format_settings' => array(

View File

@ -21,7 +21,6 @@ features[ctools][] = strongarm:strongarm:1
features[ctools][] = views:views_default:3.0
features[features_api][] = api:1
features[field][] = taxonomy_term-farm_areas-field_farm_area_type
features[field][] = taxonomy_term-farm_areas-field_farm_areas
features[field][] = taxonomy_term-farm_areas-field_farm_files
features[field][] = taxonomy_term-farm_areas-field_farm_geofield
features[field][] = taxonomy_term-farm_areas-field_farm_images