From d5f4204952e5c86c0c9284c7dae9ff4496865669 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 16 Nov 2012 23:59:25 -0200 Subject: Updating features, fixing feeds and other changes --- .../calendario_feature.strongarm.inc | 75 +++++++++++++++++++++- 1 file changed, 72 insertions(+), 3 deletions(-) (limited to 'features/calendario_feature/calendario_feature.strongarm.inc') diff --git a/features/calendario_feature/calendario_feature.strongarm.inc b/features/calendario_feature/calendario_feature.strongarm.inc index 3fbf342..5a7614b 100644 --- a/features/calendario_feature/calendario_feature.strongarm.inc +++ b/features/calendario_feature/calendario_feature.strongarm.inc @@ -56,7 +56,7 @@ function calendario_feature_strongarm() { $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'captcha_description_pt-br'; - $strongarm->value = 'This question is for testing whether you are a human visitor and to prevent automated spam submissions.'; + $strongarm->value = 'Esta questão é feita para testar se você é um/a visitante humanóide e prevenir o envio automatizado de spam.'; $export['captcha_description_pt-br'] = $strongarm; $strongarm = new stdClass(); @@ -77,7 +77,7 @@ function calendario_feature_strongarm() { $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'captcha_wrong_response_counter'; - $strongarm->value = 264; + $strongarm->value = 1933; $export['captcha_wrong_response_counter'] = $strongarm; $strongarm = new stdClass(); @@ -187,6 +187,75 @@ function calendario_feature_strongarm() { $strongarm->value = ''; $export['disable_breadcrumbs_node_paths'] = $strongarm; + $strongarm = new stdClass(); + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ + $strongarm->api_version = 1; + $strongarm->name = 'field_bundle_settings_node__article'; + $strongarm->value = array( + 'view_modes' => array(), + 'extra_fields' => array( + 'form' => array( + 'title' => array( + 'weight' => '-5', + ), + 'path' => array( + 'weight' => '30', + ), + ), + 'display' => array(), + ), + ); + $export['field_bundle_settings_node__article'] = $strongarm; + + $strongarm = new stdClass(); + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ + $strongarm->api_version = 1; + $strongarm->name = 'field_bundle_settings_node__evento'; + $strongarm->value = array( + 'view_modes' => array( + 'teaser' => array( + 'custom_settings' => TRUE, + ), + 'ical' => array( + 'custom_settings' => TRUE, + ), + 'full' => array( + 'custom_settings' => FALSE, + ), + 'rss' => array( + 'custom_settings' => FALSE, + ), + 'search_index' => array( + 'custom_settings' => FALSE, + ), + 'search_result' => array( + 'custom_settings' => FALSE, + ), + 'token' => array( + 'custom_settings' => FALSE, + ), + ), + 'extra_fields' => array( + 'form' => array( + 'title' => array( + 'weight' => '0', + ), + 'path' => array( + 'weight' => '8', + ), + ), + 'display' => array( + 'signup' => array( + 'default' => array( + 'weight' => '10', + 'visible' => TRUE, + ), + ), + ), + ), + ); + $export['field_bundle_settings_node__evento'] = $strongarm; + $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; @@ -209,7 +278,7 @@ function calendario_feature_strongarm() { 'domain' => '', 'prefix' => 'pt-br', 'weight' => '-10', - 'javascript' => 'EdVZZvt3cBXhwha3CmnkC4fwIjsADW4fDdBlnHGg3SA', + 'javascript' => 'QJSwA-5lH98YgTfqSTNuFdtW6GPwztSLzpvYYAjDoeY', ); $export['language_default'] = $strongarm; -- cgit v1.2.3