dependencies[] = "block"
dependencies[] = "captcha"
dependencies[] = "contact"
+dependencies[] = "ctools"
dependencies[] = "features"
dependencies[] = "flag"
dependencies[] = "image"
dependencies[] = "og"
dependencies[] = "page_manager"
dependencies[] = "panels_mini"
+dependencies[] = "pathauto"
dependencies[] = "strongarm"
dependencies[] = "views"
features[ctools][] = "page_manager:pages_default:1"
features[variable][] = "logintoboggan_redirect_on_confirm"
features[variable][] = "logintoboggan_redirect_on_register"
features[variable][] = "logintoboggan_unified_login"
+features[variable][] = "path_alias_whitelist"
+features[variable][] = "pathauto_blog_pattern"
+features[variable][] = "pathauto_forum_pattern"
+features[variable][] = "pathauto_node_article_pattern"
+features[variable][] = "pathauto_node_clube_pattern"
+features[variable][] = "pathauto_node_muamba_pattern"
+features[variable][] = "pathauto_node_page_pattern"
+features[variable][] = "pathauto_node_panel_pattern"
+features[variable][] = "pathauto_node_pattern"
+features[variable][] = "pathauto_punctuation_hyphen"
+features[variable][] = "pathauto_taxonomy_term_compartilhamento_pattern"
+features[variable][] = "pathauto_taxonomy_term_pattern"
+features[variable][] = "pathauto_taxonomy_term_tags_pattern"
+features[variable][] = "pathauto_user_pattern"
features[variable][] = "site_mail"
features[variable][] = "site_name"
features[variable][] = "theme_default"
$strongarm->value = 0;
$export['logintoboggan_unified_login'] = $strongarm;
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_blog_pattern';
+ $strongarm->value = 'blogs/[user:name]';
+ $export['pathauto_blog_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_forum_pattern';
+ $strongarm->value = '[term:vocabulary]/[term:name]';
+ $export['pathauto_forum_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_node_article_pattern';
+ $strongarm->value = '';
+ $export['pathauto_node_article_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_node_clube_pattern';
+ $strongarm->value = 'clube/[node:title]';
+ $export['pathauto_node_clube_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_node_muamba_pattern';
+ $strongarm->value = 'muamba/[node:title]';
+ $export['pathauto_node_muamba_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_node_page_pattern';
+ $strongarm->value = '';
+ $export['pathauto_node_page_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_node_panel_pattern';
+ $strongarm->value = '';
+ $export['pathauto_node_panel_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_node_pattern';
+ $strongarm->value = 'conteudo/[node:title]';
+ $export['pathauto_node_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_punctuation_hyphen';
+ $strongarm->value = 1;
+ $export['pathauto_punctuation_hyphen'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_taxonomy_term_compartilhamento_pattern';
+ $strongarm->value = '';
+ $export['pathauto_taxonomy_term_compartilhamento_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_taxonomy_term_pattern';
+ $strongarm->value = '[term:vocabulary]/[term:name]';
+ $export['pathauto_taxonomy_term_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_taxonomy_term_tags_pattern';
+ $strongarm->value = '';
+ $export['pathauto_taxonomy_term_tags_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'pathauto_user_pattern';
+ $strongarm->value = 'pessoas/[user:name]';
+ $export['pathauto_user_pattern'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'path_alias_whitelist';
+ $strongarm->value = array(
+ 'contact' => TRUE,
+ 'node' => TRUE,
+ 'taxonomy' => TRUE,
+ 'user' => TRUE,
+ );
+ $export['path_alias_whitelist'] = $strongarm;
+
$strongarm = new stdClass;
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;