| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- <?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 = 0;
- $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 = 'editmenu_cache_menu';
- $strongarm->value = 0;
- $export['editmenu_cache_menu'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_css_error';
- $strongarm->value = 1333478060;
- $export['editmenu_css_error'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_css_filename';
- $strongarm->value = '';
- $export['editmenu_css_filename'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_detect_popup';
- $strongarm->value = 1;
- $export['editmenu_detect_popup'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_dropdown_zindex';
- $strongarm->value = '9999';
- $export['editmenu_dropdown_zindex'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_effect';
- $strongarm->value = 'opacity';
- $export['editmenu_effect'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_effect_speed';
- $strongarm->value = 'fast';
- $export['editmenu_effect_speed'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_element';
- $strongarm->value = 'body';
- $export['editmenu_element'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_element_method';
- $strongarm->value = 'prepend';
- $export['editmenu_element_method'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_exclusions';
- $strongarm->value = array(
- 'adaptivetheme_gui_admin' => 0,
- 'adaptivetheme_gui_starter' => 0,
- 'bartik' => 0,
- 'garland' => 0,
- 'gui7' => 0,
- 'guibik' => 0,
- 'inigui' => 0,
- 'rubik' => 0,
- 'seven' => 0,
- 'stark' => 0,
- 'tao' => 0,
- );
- $export['editmenu_exclusions'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_fix';
- $strongarm->value = 'scroll';
- $export['editmenu_fix'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_hide_delay';
- $strongarm->value = '800';
- $export['editmenu_hide_delay'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_menu';
- $strongarm->value = 'navigation:0';
- $export['editmenu_menu'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_menubar_zindex';
- $strongarm->value = '9999';
- $export['editmenu_menubar_zindex'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_menu_scope';
- $strongarm->value = 'footer';
- $export['editmenu_menu_scope'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_running';
- $strongarm->value = FALSE;
- $export['editmenu_running'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_superfish_version';
- $strongarm->value = 'superfish-1.4.1.js';
- $export['editmenu_superfish_version'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_theme';
- $strongarm->value = 'gui.net';
- $export['editmenu_theme'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_uid1';
- $strongarm->value = 0;
- $export['editmenu_uid1'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_visibility_operator';
- $strongarm->value = '0';
- $export['editmenu_visibility_operator'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'editmenu_visibility_pages';
- $strongarm->value = '';
- $export['editmenu_visibility_pages'] = $strongarm;
- return $export;
- }
|