summaryrefslogtreecommitdiff
path: root/features/calendario_feature/calendario_feature.strongarm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'features/calendario_feature/calendario_feature.strongarm.inc')
-rw-r--r--features/calendario_feature/calendario_feature.strongarm.inc75
1 files changed, 72 insertions, 3 deletions
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();
@@ -190,6 +190,75 @@ function calendario_feature_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;
$strongarm->name = 'language_content_type_evento';
$strongarm->value = '0';
$export['language_content_type_evento'] = $strongarm;
@@ -209,7 +278,7 @@ function calendario_feature_strongarm() {
'domain' => '',
'prefix' => 'pt-br',
'weight' => '-10',
- 'javascript' => 'EdVZZvt3cBXhwha3CmnkC4fwIjsADW4fDdBlnHGg3SA',
+ 'javascript' => 'QJSwA-5lH98YgTfqSTNuFdtW6GPwztSLzpvYYAjDoeY',
);
$export['language_default'] = $strongarm;