From bdd0ac0035176a38edfef3abb2a5716fb4022f9b Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 7 Aug 2012 16:59:30 -0300 Subject: Feature update --- .../timelinejs_feature.features.field.inc | 129 ++++++++++++++++++++- 1 file changed, 127 insertions(+), 2 deletions(-) (limited to 'features/timelinejs_feature/timelinejs_feature.features.field.inc') diff --git a/features/timelinejs_feature/timelinejs_feature.features.field.inc b/features/timelinejs_feature/timelinejs_feature.features.field.inc index ff802b1..a5d16ea 100644 --- a/features/timelinejs_feature/timelinejs_feature.features.field.inc +++ b/features/timelinejs_feature/timelinejs_feature.features.field.inc @@ -10,6 +10,130 @@ function timelinejs_feature_field_default_fields() { $fields = array(); + // Exported field: 'comment-comment_node_event-comment_body'. + $fields['comment-comment_node_event-comment_body'] = array( + 'field_config' => array( + 'active' => '1', + 'cardinality' => '1', + 'deleted' => '0', + 'entity_types' => array( + 0 => 'comment', + ), + 'field_name' => 'comment_body', + 'foreign keys' => array( + 'format' => array( + 'columns' => array( + 'format' => 'format', + ), + 'table' => 'filter_format', + ), + ), + 'indexes' => array( + 'format' => array( + 0 => 'format', + ), + ), + 'locked' => '0', + 'module' => 'text', + 'settings' => array(), + 'translatable' => '0', + 'type' => 'text_long', + ), + 'field_instance' => array( + 'bundle' => 'comment_node_event', + 'default_value' => NULL, + 'deleted' => '0', + 'description' => '', + 'display' => array( + 'default' => array( + 'label' => 'hidden', + 'module' => 'text', + 'settings' => array(), + 'type' => 'text_default', + 'weight' => 0, + ), + ), + 'entity_type' => 'comment', + 'field_name' => 'comment_body', + 'label' => 'Comment', + 'required' => TRUE, + 'settings' => array( + 'text_processing' => 1, + 'user_register_form' => FALSE, + ), + 'widget' => array( + 'module' => 'text', + 'settings' => array( + 'rows' => 5, + ), + 'type' => 'text_textarea', + 'weight' => 0, + ), + ), + ); + + // Exported field: 'comment-comment_node_timeline-comment_body'. + $fields['comment-comment_node_timeline-comment_body'] = array( + 'field_config' => array( + 'active' => '1', + 'cardinality' => '1', + 'deleted' => '0', + 'entity_types' => array( + 0 => 'comment', + ), + 'field_name' => 'comment_body', + 'foreign keys' => array( + 'format' => array( + 'columns' => array( + 'format' => 'format', + ), + 'table' => 'filter_format', + ), + ), + 'indexes' => array( + 'format' => array( + 0 => 'format', + ), + ), + 'locked' => '0', + 'module' => 'text', + 'settings' => array(), + 'translatable' => '0', + 'type' => 'text_long', + ), + 'field_instance' => array( + 'bundle' => 'comment_node_timeline', + 'default_value' => NULL, + 'deleted' => '0', + 'description' => '', + 'display' => array( + 'default' => array( + 'label' => 'hidden', + 'module' => 'text', + 'settings' => array(), + 'type' => 'text_default', + 'weight' => 0, + ), + ), + 'entity_type' => 'comment', + 'field_name' => 'comment_body', + 'label' => 'Comment', + 'required' => TRUE, + 'settings' => array( + 'text_processing' => 1, + 'user_register_form' => FALSE, + ), + 'widget' => array( + 'module' => 'text', + 'settings' => array( + 'rows' => 5, + ), + 'type' => 'text_textarea', + 'weight' => 0, + ), + ), + ); + // Exported field: 'node-event-body'. $fields['node-event-body'] = array( 'field_config' => array( @@ -589,7 +713,7 @@ function timelinejs_feature_field_default_fields() { 'progress_indicator' => 'throbber', ), 'type' => 'image_image', - 'weight' => '2', + 'weight' => '3', ), ), ); @@ -663,7 +787,7 @@ function timelinejs_feature_field_default_fields() { 'size' => 60, ), 'type' => 'taxonomy_autocomplete', - 'weight' => '3', + 'weight' => '4', ), ), ); @@ -671,6 +795,7 @@ function timelinejs_feature_field_default_fields() { // Translatables // Included for use with string extractors like potx. t('Body'); + t('Comment'); t('Data'); t('Edição'); t('Embarcado'); -- cgit v1.2.3