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 ++++++++++++++++++++- .../timelinejs_feature/timelinejs_feature.info | 5 +- 2 files changed, 129 insertions(+), 5 deletions(-) (limited to 'features') 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'); diff --git a/features/timelinejs_feature/timelinejs_feature.info b/features/timelinejs_feature/timelinejs_feature.info index dd892aa..a74e752 100644 --- a/features/timelinejs_feature/timelinejs_feature.info +++ b/features/timelinejs_feature/timelinejs_feature.info @@ -11,18 +11,17 @@ dependencies[] = emfield dependencies[] = entityreference dependencies[] = features dependencies[] = field_group -dependencies[] = field_sql_storage dependencies[] = file dependencies[] = image dependencies[] = isa_boletim_feature -dependencies[] = node dependencies[] = options dependencies[] = strongarm dependencies[] = taxonomy -dependencies[] = text features[ctools][] = field_group:field_group:1 features[ctools][] = strongarm:strongarm:1 features[features_api][] = api:1 +features[field][] = comment-comment_node_event-comment_body +features[field][] = comment-comment_node_timeline-comment_body features[field][] = node-event-body features[field][] = node-event-field_date features[field][] = node-event-field_embed -- cgit v1.2.3