aboutsummaryrefslogtreecommitdiff
path: root/features/muamba_system/muamba_system.strongarm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'features/muamba_system/muamba_system.strongarm.inc')
-rw-r--r--features/muamba_system/muamba_system.strongarm.inc218
1 files changed, 218 insertions, 0 deletions
diff --git a/features/muamba_system/muamba_system.strongarm.inc b/features/muamba_system/muamba_system.strongarm.inc
new file mode 100644
index 0000000..4300037
--- /dev/null
+++ b/features/muamba_system/muamba_system.strongarm.inc
@@ -0,0 +1,218 @@
+<?php
+/**
+ * @file
+ * muamba_system.strongarm.inc
+ */
+
+/**
+ * Implements hook_strongarm().
+ */
+function muamba_system_strongarm() {
+ $export = array();
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_anonymous_clube';
+ $strongarm->value = 0;
+ $export['comment_anonymous_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_anonymous_muamba';
+ $strongarm->value = 0;
+ $export['comment_anonymous_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_clube';
+ $strongarm->value = '2';
+ $export['comment_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_default_mode_clube';
+ $strongarm->value = 1;
+ $export['comment_default_mode_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_default_mode_muamba';
+ $strongarm->value = 1;
+ $export['comment_default_mode_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_default_per_page_clube';
+ $strongarm->value = '50';
+ $export['comment_default_per_page_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_default_per_page_muamba';
+ $strongarm->value = '50';
+ $export['comment_default_per_page_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_form_location_clube';
+ $strongarm->value = 1;
+ $export['comment_form_location_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_form_location_muamba';
+ $strongarm->value = 1;
+ $export['comment_form_location_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_muamba';
+ $strongarm->value = '2';
+ $export['comment_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_preview_clube';
+ $strongarm->value = '1';
+ $export['comment_preview_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_preview_muamba';
+ $strongarm->value = '1';
+ $export['comment_preview_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_subject_field_clube';
+ $strongarm->value = 1;
+ $export['comment_subject_field_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'comment_subject_field_muamba';
+ $strongarm->value = 1;
+ $export['comment_subject_field_muamba'] = $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_clube';
+ $strongarm->value = '0';
+ $export['language_content_type_clube'] = $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_muamba';
+ $strongarm->value = '0';
+ $export['language_content_type_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'menu_options_clube';
+ $strongarm->value = array(
+ 0 => 'main-menu',
+ );
+ $export['menu_options_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'menu_options_muamba';
+ $strongarm->value = array(
+ 0 => 'main-menu',
+ );
+ $export['menu_options_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'menu_parent_clube';
+ $strongarm->value = 'main-menu:0';
+ $export['menu_parent_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'menu_parent_muamba';
+ $strongarm->value = 'main-menu:0';
+ $export['menu_parent_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'node_options_clube';
+ $strongarm->value = array(
+ 0 => 'status',
+ );
+ $export['node_options_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'node_options_muamba';
+ $strongarm->value = array(
+ 0 => 'status',
+ );
+ $export['node_options_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'node_preview_clube';
+ $strongarm->value = '1';
+ $export['node_preview_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'node_preview_muamba';
+ $strongarm->value = '1';
+ $export['node_preview_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'node_submitted_clube';
+ $strongarm->value = 1;
+ $export['node_submitted_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'node_submitted_muamba';
+ $strongarm->value = 1;
+ $export['node_submitted_muamba'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'og_group_content_type_clube';
+ $strongarm->value = 'omitted';
+ $export['og_group_content_type_clube'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'og_group_type_muamba';
+ $strongarm->value = 'omitted';
+ $export['og_group_type_muamba'] = $strongarm;
+
+ return $export;
+}