From 638f05c2eb69f46a95954a56fb4a970d67e367c2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 4 Jul 2013 16:47:00 -0300 Subject: Updating feature --- .../calendario_feature.features.field.inc | 52 +++------------------- 1 file changed, 5 insertions(+), 47 deletions(-) (limited to 'features/calendario_feature/calendario_feature.features.field.inc') diff --git a/features/calendario_feature/calendario_feature.features.field.inc b/features/calendario_feature/calendario_feature.features.field.inc index 0741c84..a9b120f 100644 --- a/features/calendario_feature/calendario_feature.features.field.inc +++ b/features/calendario_feature/calendario_feature.features.field.inc @@ -52,12 +52,6 @@ function calendario_feature_field_default_fields() { 'type' => 'text_default', 'weight' => 0, ), - 'ical' => array( - 'label' => 'above', - 'settings' => array(), - 'type' => 'hidden', - 'weight' => 0, - ), ), 'entity_type' => 'comment', 'field_name' => 'comment_body', @@ -120,12 +114,6 @@ function calendario_feature_field_default_fields() { 'type' => 'text_default', 'weight' => 0, ), - 'ical' => array( - 'label' => 'above', - 'settings' => array(), - 'type' => 'hidden', - 'weight' => 0, - ), ), 'entity_type' => 'comment', 'field_name' => 'comment_body', @@ -188,12 +176,6 @@ function calendario_feature_field_default_fields() { 'type' => 'text_default', 'weight' => 0, ), - 'ical' => array( - 'label' => 'above', - 'settings' => array(), - 'type' => 'hidden', - 'weight' => 0, - ), ), 'entity_type' => 'comment', 'field_name' => 'comment_body', @@ -256,12 +238,6 @@ function calendario_feature_field_default_fields() { 'type' => 'text_default', 'weight' => 0, ), - 'ical' => array( - 'label' => 'above', - 'settings' => array(), - 'type' => 'hidden', - 'weight' => 0, - ), 'teaser' => array( 'label' => 'hidden', 'module' => 'text', @@ -338,12 +314,6 @@ function calendario_feature_field_default_fields() { 'type' => 'image', 'weight' => -1, ), - 'ical' => array( - 'label' => 'above', - 'settings' => array(), - 'type' => 'hidden', - 'weight' => 0, - ), 'teaser' => array( 'label' => 'hidden', 'module' => 'image', @@ -429,12 +399,6 @@ function calendario_feature_field_default_fields() { 'type' => 'taxonomy_term_reference_link', 'weight' => 10, ), - 'ical' => array( - 'label' => 'above', - 'settings' => array(), - 'type' => 'hidden', - 'weight' => 0, - ), 'teaser' => array( 'label' => 'above', 'module' => 'taxonomy', @@ -768,7 +732,7 @@ function calendario_feature_field_default_fields() { ), 'entity_type' => 'node', 'field_name' => 'field_date', - 'label' => 'Data', + 'label' => 'Quando', 'required' => 0, 'settings' => array( 'default_value' => 'now', @@ -863,7 +827,7 @@ function calendario_feature_field_default_fields() { 'default_image' => 0, 'file_directory' => '', 'file_extensions' => 'png gif jpg jpeg', - 'max_filesize' => '', + 'max_filesize' => '20MB', 'max_resolution' => '', 'min_resolution' => '', 'title_field' => 0, @@ -1046,7 +1010,7 @@ function calendario_feature_field_default_fields() { 'size' => 60, ), 'type' => 'taxonomy_autocomplete', - 'weight' => '8', + 'weight' => '3', ), ), ); @@ -1126,7 +1090,7 @@ function calendario_feature_field_default_fields() { 'size' => 60, ), 'type' => 'taxonomy_autocomplete', - 'weight' => '9', + 'weight' => '4', ), ), ); @@ -1327,12 +1291,6 @@ function calendario_feature_field_default_fields() { 'type' => 'text_default', 'weight' => 0, ), - 'ical' => array( - 'label' => 'above', - 'settings' => array(), - 'type' => 'hidden', - 'weight' => 0, - ), 'teaser' => array( 'label' => 'hidden', 'module' => 'text', @@ -1370,7 +1328,6 @@ function calendario_feature_field_default_fields() { t('Cidades'); t('Comment'); t('Corpo'); - t('Data'); t('Endereço'); t('Ente com uma lista de palavras separadas por virgula para descrever seu conteúdo.'); t('Envie uma imagem para ser anexada a este post.'); @@ -1378,6 +1335,7 @@ function calendario_feature_field_default_fields() { t('Imagem'); t('Informações de contato'); t('Link'); + t('Quando'); t('Tags'); t('Tags (separadas por vírgula e sem #)'); t('Tema'); -- cgit v1.2.3