From fc44d53e2538655f2859cfe1b7566b6db44cdcfb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Oct 2011 18:33:48 -0300 Subject: Removing field_compartilhamento --- .../muamba_system/muamba_system.features.field.inc | 71 ---------------------- features/muamba_system/muamba_system.info | 1 - 2 files changed, 72 deletions(-) (limited to 'features') diff --git a/features/muamba_system/muamba_system.features.field.inc b/features/muamba_system/muamba_system.features.field.inc index 5c4a868..39a2cb2 100644 --- a/features/muamba_system/muamba_system.features.field.inc +++ b/features/muamba_system/muamba_system.features.field.inc @@ -439,76 +439,6 @@ function muamba_system_field_default_fields() { ), ); - // Exported field: 'node-muamba-field_compartilhamento' - $fields['node-muamba-field_compartilhamento'] = array( - 'field_config' => array( - 'active' => '1', - 'cardinality' => '-1', - 'deleted' => '0', - 'entity_types' => array(), - 'field_name' => 'field_compartilhamento', - 'foreign keys' => array( - 'tid' => array( - 'columns' => array( - 'tid' => 'tid', - ), - 'table' => 'taxonomy_term_data', - ), - ), - 'indexes' => array( - 'tid' => array( - 0 => 'tid', - ), - ), - 'module' => 'taxonomy', - 'settings' => array( - 'allowed_values' => array( - 0 => array( - 'vocabulary' => 'compartilhamento', - 'parent' => '0', - ), - ), - ), - 'translatable' => '0', - 'type' => 'taxonomy_term_reference', - ), - 'field_instance' => array( - 'bundle' => 'muamba', - '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_compartilhamento', - 'label' => 'Forma de compartilhamento', - 'required' => 0, - 'settings' => array( - 'user_register_form' => FALSE, - ), - 'widget' => array( - 'active' => 1, - 'module' => 'options', - 'settings' => array(), - 'type' => 'options_buttons', - 'weight' => '1', - ), - ), - ); - // Exported field: 'node-muamba-field_foto' $fields['node-muamba-field_foto'] = array( 'field_config' => array( @@ -880,7 +810,6 @@ function muamba_system_field_default_fields() { // Included for use with string extractors like potx. t('Comment'); t('Descrição'); - t('Forma de compartilhamento'); t('Foto'); t('Group content visibility'); t('Group type'); diff --git a/features/muamba_system/muamba_system.info b/features/muamba_system/muamba_system.info index 08ce033..bcda4c3 100644 --- a/features/muamba_system/muamba_system.info +++ b/features/muamba_system/muamba_system.info @@ -17,7 +17,6 @@ features[field][] = "node-clube-field_descricao" features[field][] = "node-clube-field_logo" features[field][] = "node-clube-group_access" features[field][] = "node-clube-group_group" -features[field][] = "node-muamba-field_compartilhamento" features[field][] = "node-muamba-field_foto" features[field][] = "node-muamba-group_audience" features[field][] = "node-muamba-group_content_access" -- cgit v1.2.3