diff options
Diffstat (limited to 'features/timelinejs_feature')
| -rw-r--r-- | features/timelinejs_feature/timelinejs_feature.features.field.inc | 75 | ||||
| -rw-r--r-- | features/timelinejs_feature/timelinejs_feature.strongarm.inc | 1 | 
2 files changed, 0 insertions, 76 deletions
diff --git a/features/timelinejs_feature/timelinejs_feature.features.field.inc b/features/timelinejs_feature/timelinejs_feature.features.field.inc index 9c60304..9327e02 100644 --- a/features/timelinejs_feature/timelinejs_feature.features.field.inc +++ b/features/timelinejs_feature/timelinejs_feature.features.field.inc @@ -639,80 +639,6 @@ function timelinejs_feature_field_default_fields() {      ),    ); -  // Exported field: 'node-timeline-field_tags'. -  $fields['node-timeline-field_tags'] = array( -    'field_config' => array( -      'active' => '1', -      'cardinality' => '-1', -      'deleted' => '0', -      'entity_types' => array(), -      'field_name' => 'field_tags', -      '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' => 'tags', -            'parent' => 0, -          ), -        ), -      ), -      'translatable' => '0', -      'type' => 'taxonomy_term_reference', -    ), -    'field_instance' => array( -      'bundle' => 'timeline', -      'default_value' => NULL, -      'deleted' => '0', -      'description' => '', -      'display' => array( -        'default' => array( -          'label' => 'above', -          'module' => 'taxonomy', -          'settings' => array(), -          'type' => 'taxonomy_term_reference_link', -          'weight' => '2', -        ), -        'teaser' => array( -          'label' => 'above', -          'settings' => array(), -          'type' => 'hidden', -          'weight' => 0, -        ), -      ), -      'entity_type' => 'node', -      'field_name' => 'field_tags', -      'label' => 'Tags', -      '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', -      ), -    ), -  ); -    // Translatables    // Included for use with string extractors like potx.    t('Body'); @@ -721,7 +647,6 @@ function timelinejs_feature_field_default_fields() {    t('Embarcado');    t('Imagem');    t('Linha do tempo'); -  t('Tags');    return $fields;  } diff --git a/features/timelinejs_feature/timelinejs_feature.strongarm.inc b/features/timelinejs_feature/timelinejs_feature.strongarm.inc index 388ffc4..89a33a3 100644 --- a/features/timelinejs_feature/timelinejs_feature.strongarm.inc +++ b/features/timelinejs_feature/timelinejs_feature.strongarm.inc @@ -222,7 +222,6 @@ function timelinejs_feature_strongarm() {    $strongarm->name = 'node_options_event';    $strongarm->value = array(      0 => 'status', -    1 => 'promote',    );    $export['node_options_event'] = $strongarm;  | 
