Skip to content

Commit

Permalink
Removed extraneous entity reference field
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwest committed Jul 16, 2013
1 parent 3b7fcd8 commit 5b6d22b
Showing 1 changed file with 0 additions and 84 deletions.
84 changes: 0 additions & 84 deletions stanford_person.features.field.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,90 +10,6 @@
function stanford_person_field_default_fields() {
$fields = array();

// Exported field: 'field_collection_item-field_s_course_section_info-field_s_course_person'.
$fields['field_collection_item-field_s_course_section_info-field_s_course_person'] = array(
'field_config' => array(
'active' => '1',
'cardinality' => '1',
'deleted' => '0',
'entity_types' => array(),
'field_name' => 'field_s_course_person',
'foreign keys' => array(
'node' => array(
'columns' => array(
'target_id' => 'nid',
),
'table' => 'node',
),
),
'indexes' => array(
'target_id' => array(
0 => 'target_id',
),
),
'locked' => '0',
'module' => 'entityreference',
'settings' => array(
'handler' => 'base',
'handler_settings' => array(
'behaviors' => array(
'views-select-list' => array(
'status' => 0,
),
),
'sort' => array(
'direction' => 'ASC',
'field' => 'body:value',
'property' => 'nid',
'type' => 'none',
),
'target_bundles' => array(
'stanford_person' => 'stanford_person',
),
),
'handler_submit' => 'Change handler',
'target_type' => 'node',
),
'translatable' => '0',
'type' => 'entityreference',
),
'field_instance' => array(
'bundle' => 'field_s_course_section_info',
'default_value' => NULL,
'deleted' => '0',
'description' => 'This field shows the instructor for this course section. Start typing the person\'s name and select from the auto-complete list that appears. (e.g., Jane Stanford).',
'display' => array(
'default' => array(
'label' => 'above',
'module' => 'entityreference',
'settings' => array(
'link' => FALSE,
),
'type' => 'entityreference_label',
'weight' => 7,
),
),
'entity_type' => 'field_collection_item',
'field_name' => 'field_s_course_person',
'label' => 'Instructor',
'required' => 0,
'settings' => array(
'user_register_form' => FALSE,
),
'widget' => array(
'active' => 1,
'module' => 'entityreference',
'settings' => array(
'match_operator' => 'CONTAINS',
'path' => '',
'size' => '60',
),
'type' => 'entityreference_autocomplete',
'weight' => '1',
),
),
);

// Exported field: 'node-stanford_person-body'.
$fields['node-stanford_person-body'] = array(
'field_config' => array(
Expand Down

0 comments on commit 5b6d22b

Please sign in to comment.