123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- <?php
- /**
- * @file
- * materio_administration.strongarm.inc
- */
- /**
- * Implements hook_strongarm().
- */
- function materio_administration_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 = 'admin_menu_cache_client';
- $strongarm->value = 0;
- $export['admin_menu_cache_client'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'admin_menu_devel_modules_enabled';
- $strongarm->value = array(
- 'field_ui' => 'field_ui',
- 'l10n_update' => 'l10n_update',
- 'views_ui' => 'views_ui',
- 'devel' => 'devel',
- );
- $export['admin_menu_devel_modules_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'admin_menu_devel_modules_skip';
- $strongarm->value = array(
- 'admin_devel' => 0,
- 'devel' => 0,
- 'devel_node_access' => 0,
- 'field_ui' => 0,
- 'l10n_update' => 0,
- 'views_ui' => 0,
- );
- $export['admin_menu_devel_modules_skip'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'admin_menu_display';
- $strongarm->value = 'plid';
- $export['admin_menu_display'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'admin_menu_margin_top';
- $strongarm->value = 1;
- $export['admin_menu_margin_top'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'admin_menu_position_fixed';
- $strongarm->value = 1;
- $export['admin_menu_position_fixed'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'admin_menu_show_all';
- $strongarm->value = 0;
- $export['admin_menu_show_all'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'admin_menu_tweak_modules';
- $strongarm->value = 0;
- $export['admin_menu_tweak_modules'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'admin_menu_tweak_permissions';
- $strongarm->value = 0;
- $export['admin_menu_tweak_permissions'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'admin_menu_tweak_tabs';
- $strongarm->value = 0;
- $export['admin_menu_tweak_tabs'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'content_type_extras_title_hide_breve';
- $strongarm->value = 0;
- $export['content_type_extras_title_hide_breve'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'content_type_extras_title_hide_company';
- $strongarm->value = 0;
- $export['content_type_extras_title_hide_company'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'content_type_extras_title_hide_didactique';
- $strongarm->value = 0;
- $export['content_type_extras_title_hide_didactique'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'content_type_extras_title_hide_materiau';
- $strongarm->value = 0;
- $export['content_type_extras_title_hide_materiau'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_confirm_email_at_registration';
- $strongarm->value = '0';
- $export['logintoboggan_confirm_email_at_registration'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_immediate_login_on_register';
- $strongarm->value = 1;
- $export['logintoboggan_immediate_login_on_register'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_login_successful_message';
- $strongarm->value = '0';
- $export['logintoboggan_login_successful_message'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_login_with_email';
- $strongarm->value = '1';
- $export['logintoboggan_login_with_email'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_minimum_password_length';
- $strongarm->value = '0';
- $export['logintoboggan_minimum_password_length'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_override_destination_parameter';
- $strongarm->value = 0;
- $export['logintoboggan_override_destination_parameter'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_pre_auth_role';
- $strongarm->value = '9';
- $export['logintoboggan_pre_auth_role'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_purge_unvalidated_user_interval';
- $strongarm->value = '604800';
- $export['logintoboggan_purge_unvalidated_user_interval'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_redirect_on_confirm';
- $strongarm->value = 'user/%uid/edit';
- $export['logintoboggan_redirect_on_confirm'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_redirect_on_register';
- $strongarm->value = '';
- $export['logintoboggan_redirect_on_register'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'logintoboggan_unified_login';
- $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 = 'login_destination_immediate_redirect';
- $strongarm->value = 1;
- $export['login_destination_immediate_redirect'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'login_destination_preserve_destination';
- $strongarm->value = 0;
- $export['login_destination_preserve_destination'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'site_frontpage';
- $strongarm->value = 'home';
- $export['site_frontpage'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'title_node';
- $strongarm->value = array(
- 'auto_attach' => array(
- 'title' => 0,
- ),
- 'hide_label' => array(
- 'page' => 'page',
- 'entity' => 'entity',
- ),
- );
- $export['title_node'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'title_taxonomy_term';
- $strongarm->value = array(
- 'auto_attach' => array(
- 'name' => 'name',
- 'description' => 'description',
- ),
- 'hide_label' => array(
- 'page' => 'page',
- 'entity' => 'entity',
- ),
- );
- $export['title_taxonomy_term'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_access_priority';
- $strongarm->value = '0';
- $export['workflow_access_priority'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_breve';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_breve'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_company';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_company'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_contact_operationnel';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_contact_operationnel'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_didactique';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_didactique'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_faq';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_faq'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_looping_embed_video';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_looping_embed_video'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_materiau';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_materiau'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_page';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_page'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_panel';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_panel'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_product';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_product'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_simplenews';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_simplenews'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_webform';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_webform'] = $strongarm;
- return $export;
- }
|