materio_administration.strongarm.inc 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?php
  2. /**
  3. * @file
  4. * materio_administration.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function materio_administration_strongarm() {
  10. $export = array();
  11. $strongarm = new stdClass();
  12. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  13. $strongarm->api_version = 1;
  14. $strongarm->name = 'admin_menu_cache_client';
  15. $strongarm->value = 0;
  16. $export['admin_menu_cache_client'] = $strongarm;
  17. $strongarm = new stdClass();
  18. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  19. $strongarm->api_version = 1;
  20. $strongarm->name = 'admin_menu_devel_modules_enabled';
  21. $strongarm->value = array(
  22. 'field_ui' => 'field_ui',
  23. 'l10n_update' => 'l10n_update',
  24. 'views_ui' => 'views_ui',
  25. 'devel' => 'devel',
  26. );
  27. $export['admin_menu_devel_modules_enabled'] = $strongarm;
  28. $strongarm = new stdClass();
  29. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  30. $strongarm->api_version = 1;
  31. $strongarm->name = 'admin_menu_devel_modules_skip';
  32. $strongarm->value = array(
  33. 'admin_devel' => 0,
  34. 'devel' => 0,
  35. 'devel_node_access' => 0,
  36. 'field_ui' => 0,
  37. 'l10n_update' => 0,
  38. 'views_ui' => 0,
  39. );
  40. $export['admin_menu_devel_modules_skip'] = $strongarm;
  41. $strongarm = new stdClass();
  42. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  43. $strongarm->api_version = 1;
  44. $strongarm->name = 'admin_menu_display';
  45. $strongarm->value = 'plid';
  46. $export['admin_menu_display'] = $strongarm;
  47. $strongarm = new stdClass();
  48. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  49. $strongarm->api_version = 1;
  50. $strongarm->name = 'admin_menu_margin_top';
  51. $strongarm->value = 1;
  52. $export['admin_menu_margin_top'] = $strongarm;
  53. $strongarm = new stdClass();
  54. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  55. $strongarm->api_version = 1;
  56. $strongarm->name = 'admin_menu_position_fixed';
  57. $strongarm->value = 0;
  58. $export['admin_menu_position_fixed'] = $strongarm;
  59. $strongarm = new stdClass();
  60. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  61. $strongarm->api_version = 1;
  62. $strongarm->name = 'admin_menu_show_all';
  63. $strongarm->value = 0;
  64. $export['admin_menu_show_all'] = $strongarm;
  65. $strongarm = new stdClass();
  66. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  67. $strongarm->api_version = 1;
  68. $strongarm->name = 'admin_menu_tweak_modules';
  69. $strongarm->value = 0;
  70. $export['admin_menu_tweak_modules'] = $strongarm;
  71. $strongarm = new stdClass();
  72. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  73. $strongarm->api_version = 1;
  74. $strongarm->name = 'admin_menu_tweak_permissions';
  75. $strongarm->value = 0;
  76. $export['admin_menu_tweak_permissions'] = $strongarm;
  77. $strongarm = new stdClass();
  78. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  79. $strongarm->api_version = 1;
  80. $strongarm->name = 'admin_menu_tweak_tabs';
  81. $strongarm->value = 0;
  82. $export['admin_menu_tweak_tabs'] = $strongarm;
  83. $strongarm = new stdClass();
  84. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  85. $strongarm->api_version = 1;
  86. $strongarm->name = 'editmenu_cache_menu';
  87. $strongarm->value = 0;
  88. $export['editmenu_cache_menu'] = $strongarm;
  89. $strongarm = new stdClass();
  90. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  91. $strongarm->api_version = 1;
  92. $strongarm->name = 'editmenu_css_error';
  93. $strongarm->value = 1333478060;
  94. $export['editmenu_css_error'] = $strongarm;
  95. $strongarm = new stdClass();
  96. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  97. $strongarm->api_version = 1;
  98. $strongarm->name = 'editmenu_css_filename';
  99. $strongarm->value = '';
  100. $export['editmenu_css_filename'] = $strongarm;
  101. $strongarm = new stdClass();
  102. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  103. $strongarm->api_version = 1;
  104. $strongarm->name = 'editmenu_detect_popup';
  105. $strongarm->value = 1;
  106. $export['editmenu_detect_popup'] = $strongarm;
  107. $strongarm = new stdClass();
  108. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  109. $strongarm->api_version = 1;
  110. $strongarm->name = 'editmenu_dropdown_zindex';
  111. $strongarm->value = '9999';
  112. $export['editmenu_dropdown_zindex'] = $strongarm;
  113. $strongarm = new stdClass();
  114. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  115. $strongarm->api_version = 1;
  116. $strongarm->name = 'editmenu_effect';
  117. $strongarm->value = 'opacity';
  118. $export['editmenu_effect'] = $strongarm;
  119. $strongarm = new stdClass();
  120. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  121. $strongarm->api_version = 1;
  122. $strongarm->name = 'editmenu_effect_speed';
  123. $strongarm->value = 'fast';
  124. $export['editmenu_effect_speed'] = $strongarm;
  125. $strongarm = new stdClass();
  126. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  127. $strongarm->api_version = 1;
  128. $strongarm->name = 'editmenu_element';
  129. $strongarm->value = 'body';
  130. $export['editmenu_element'] = $strongarm;
  131. $strongarm = new stdClass();
  132. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  133. $strongarm->api_version = 1;
  134. $strongarm->name = 'editmenu_element_method';
  135. $strongarm->value = 'prepend';
  136. $export['editmenu_element_method'] = $strongarm;
  137. $strongarm = new stdClass();
  138. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  139. $strongarm->api_version = 1;
  140. $strongarm->name = 'editmenu_exclusions';
  141. $strongarm->value = array(
  142. 'adaptivetheme_gui_admin' => 0,
  143. 'adaptivetheme_gui_starter' => 0,
  144. 'bartik' => 0,
  145. 'garland' => 0,
  146. 'gui7' => 0,
  147. 'guibik' => 0,
  148. 'inigui' => 0,
  149. 'rubik' => 0,
  150. 'seven' => 0,
  151. 'stark' => 0,
  152. 'tao' => 0,
  153. );
  154. $export['editmenu_exclusions'] = $strongarm;
  155. $strongarm = new stdClass();
  156. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  157. $strongarm->api_version = 1;
  158. $strongarm->name = 'editmenu_fix';
  159. $strongarm->value = 'scroll';
  160. $export['editmenu_fix'] = $strongarm;
  161. $strongarm = new stdClass();
  162. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  163. $strongarm->api_version = 1;
  164. $strongarm->name = 'editmenu_hide_delay';
  165. $strongarm->value = '800';
  166. $export['editmenu_hide_delay'] = $strongarm;
  167. $strongarm = new stdClass();
  168. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  169. $strongarm->api_version = 1;
  170. $strongarm->name = 'editmenu_menu';
  171. $strongarm->value = 'navigation:0';
  172. $export['editmenu_menu'] = $strongarm;
  173. $strongarm = new stdClass();
  174. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  175. $strongarm->api_version = 1;
  176. $strongarm->name = 'editmenu_menubar_zindex';
  177. $strongarm->value = '9999';
  178. $export['editmenu_menubar_zindex'] = $strongarm;
  179. $strongarm = new stdClass();
  180. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  181. $strongarm->api_version = 1;
  182. $strongarm->name = 'editmenu_menu_scope';
  183. $strongarm->value = 'footer';
  184. $export['editmenu_menu_scope'] = $strongarm;
  185. $strongarm = new stdClass();
  186. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  187. $strongarm->api_version = 1;
  188. $strongarm->name = 'editmenu_running';
  189. $strongarm->value = FALSE;
  190. $export['editmenu_running'] = $strongarm;
  191. $strongarm = new stdClass();
  192. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  193. $strongarm->api_version = 1;
  194. $strongarm->name = 'editmenu_superfish_version';
  195. $strongarm->value = 'superfish-1.4.1.js';
  196. $export['editmenu_superfish_version'] = $strongarm;
  197. $strongarm = new stdClass();
  198. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  199. $strongarm->api_version = 1;
  200. $strongarm->name = 'editmenu_theme';
  201. $strongarm->value = 'gui.net';
  202. $export['editmenu_theme'] = $strongarm;
  203. $strongarm = new stdClass();
  204. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  205. $strongarm->api_version = 1;
  206. $strongarm->name = 'editmenu_uid1';
  207. $strongarm->value = 0;
  208. $export['editmenu_uid1'] = $strongarm;
  209. $strongarm = new stdClass();
  210. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  211. $strongarm->api_version = 1;
  212. $strongarm->name = 'editmenu_visibility_operator';
  213. $strongarm->value = '0';
  214. $export['editmenu_visibility_operator'] = $strongarm;
  215. $strongarm = new stdClass();
  216. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  217. $strongarm->api_version = 1;
  218. $strongarm->name = 'editmenu_visibility_pages';
  219. $strongarm->value = '';
  220. $export['editmenu_visibility_pages'] = $strongarm;
  221. return $export;
  222. }