admin.strongarm.inc 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <?php
  2. /**
  3. * @file
  4. * admin.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function admin_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 = 'adminimal_admin_menu_toolbar-disabled';
  15. $strongarm->value = TRUE;
  16. $export['adminimal_admin_menu_toolbar-disabled'] = $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_skip';
  21. $strongarm->value = array(
  22. 'devel' => 0,
  23. 'devel_node_access' => 0,
  24. 'views_ui' => 0,
  25. );
  26. $export['admin_menu_devel_modules_skip'] = $strongarm;
  27. $strongarm = new stdClass();
  28. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  29. $strongarm->api_version = 1;
  30. $strongarm->name = 'admin_menu_display';
  31. $strongarm->value = 'plid';
  32. $export['admin_menu_display'] = $strongarm;
  33. $strongarm = new stdClass();
  34. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  35. $strongarm->api_version = 1;
  36. $strongarm->name = 'admin_menu_margin_top';
  37. $strongarm->value = 1;
  38. $export['admin_menu_margin_top'] = $strongarm;
  39. $strongarm = new stdClass();
  40. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  41. $strongarm->api_version = 1;
  42. $strongarm->name = 'admin_menu_position_fixed';
  43. $strongarm->value = 0;
  44. $export['admin_menu_position_fixed'] = $strongarm;
  45. $strongarm = new stdClass();
  46. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  47. $strongarm->api_version = 1;
  48. $strongarm->name = 'admin_menu_show_all';
  49. $strongarm->value = 0;
  50. $export['admin_menu_show_all'] = $strongarm;
  51. $strongarm = new stdClass();
  52. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  53. $strongarm->api_version = 1;
  54. $strongarm->name = 'admin_menu_source_settings';
  55. $strongarm->value = array(
  56. 1 => array(
  57. 'source' => '',
  58. ),
  59. 2 => array(
  60. 'source' => '',
  61. ),
  62. 3 => array(
  63. 'source' => 'navigation',
  64. ),
  65. 4 => array(
  66. 'source' => '',
  67. ),
  68. );
  69. $export['admin_menu_source_settings'] = $strongarm;
  70. $strongarm = new stdClass();
  71. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  72. $strongarm->api_version = 1;
  73. $strongarm->name = 'admin_menu_tweak_modules';
  74. $strongarm->value = 0;
  75. $export['admin_menu_tweak_modules'] = $strongarm;
  76. $strongarm = new stdClass();
  77. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  78. $strongarm->api_version = 1;
  79. $strongarm->name = 'admin_menu_tweak_permissions';
  80. $strongarm->value = 0;
  81. $export['admin_menu_tweak_permissions'] = $strongarm;
  82. $strongarm = new stdClass();
  83. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  84. $strongarm->api_version = 1;
  85. $strongarm->name = 'admin_menu_tweak_tabs';
  86. $strongarm->value = 0;
  87. $export['admin_menu_tweak_tabs'] = $strongarm;
  88. $strongarm = new stdClass();
  89. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  90. $strongarm->api_version = 1;
  91. $strongarm->name = 'admin_theme';
  92. $strongarm->value = 'adminimal';
  93. $export['admin_theme'] = $strongarm;
  94. $strongarm = new stdClass();
  95. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  96. $strongarm->api_version = 1;
  97. $strongarm->name = 'admin_theme_admin_theme_batch';
  98. $strongarm->value = 1;
  99. $export['admin_theme_admin_theme_batch'] = $strongarm;
  100. $strongarm = new stdClass();
  101. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  102. $strongarm->api_version = 1;
  103. $strongarm->name = 'admin_theme_admin_theme_devel';
  104. $strongarm->value = 1;
  105. $export['admin_theme_admin_theme_devel'] = $strongarm;
  106. $strongarm = new stdClass();
  107. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  108. $strongarm->api_version = 1;
  109. $strongarm->name = 'admin_theme_path';
  110. $strongarm->value = 'user
  111. user/*';
  112. $export['admin_theme_path'] = $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 = 'admin_theme_path_disallow';
  117. $strongarm->value = '';
  118. $export['admin_theme_path_disallow'] = $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 = 'admin_toolbar';
  123. $strongarm->value = array(
  124. 'layout' => 'vertical',
  125. 'position' => 'nw',
  126. 'behavior' => 'df',
  127. 'blocks' => array(
  128. 'admin-devel' => -1,
  129. 'locale-language' => -1,
  130. 'user-online' => -1,
  131. ),
  132. );
  133. $export['admin_toolbar'] = $strongarm;
  134. $strongarm = new stdClass();
  135. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  136. $strongarm->api_version = 1;
  137. $strongarm->name = 'node_admin_theme';
  138. $strongarm->value = 1;
  139. $export['node_admin_theme'] = $strongarm;
  140. $strongarm = new stdClass();
  141. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  142. $strongarm->api_version = 1;
  143. $strongarm->name = 'theme_adaptivetheme_admin_settings';
  144. $strongarm->value = array(
  145. 'toggle_name' => 1,
  146. 'toggle_favicon' => 1,
  147. 'toggle_main_menu' => 1,
  148. 'toggle_secondary_menu' => 1,
  149. 'default_favicon' => 1,
  150. 'favicon_path' => '',
  151. 'favicon_upload' => '',
  152. 'layout_width' => '1260px',
  153. 'layout_sidebar_first_width' => '240',
  154. 'layout_sidebar_last_width' => '240',
  155. 'layout_method' => '2',
  156. 'layout_enable_settings' => 'on',
  157. 'breadcrumb_display' => 'yes',
  158. 'breadcrumb_separator' => ' &#187; ',
  159. 'breadcrumb_home' => 1,
  160. 'search_snippet' => 1,
  161. 'search_info_type' => 1,
  162. 'search_info_user' => 1,
  163. 'search_info_date' => 1,
  164. 'search_info_comment' => 1,
  165. 'search_info_upload' => 1,
  166. 'search_info_separator' => ' - ',
  167. 'horizontal_login_block' => 1,
  168. 'extra_page_classes' => 0,
  169. 'extra_article_classes' => 0,
  170. 'extra_comment_classes' => 0,
  171. 'extra_block_classes' => 0,
  172. 'extra_menu_classes' => 0,
  173. 'extra_item_list_classes' => 0,
  174. 'menu_item_span_elements' => 0,
  175. 'at__active_tab' => 'edit-page-layout',
  176. );
  177. $export['theme_adaptivetheme_admin_settings'] = $strongarm;
  178. $strongarm = new stdClass();
  179. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  180. $strongarm->api_version = 1;
  181. $strongarm->name = 'theme_adaptivetheme_gui_admin_settings';
  182. $strongarm->value = array(
  183. 'toggle_name' => 1,
  184. 'toggle_favicon' => 1,
  185. 'toggle_main_menu' => 1,
  186. 'toggle_secondary_menu' => 1,
  187. 'default_favicon' => 1,
  188. 'favicon_path' => '',
  189. 'favicon_upload' => '',
  190. 'layout_width' => '1260px',
  191. 'layout_sidebar_first_width' => '240',
  192. 'layout_sidebar_last_width' => '240',
  193. 'layout_method' => '1',
  194. 'layout_enable_settings' => 'on',
  195. 'breadcrumb_display' => 'yes',
  196. 'breadcrumb_separator' => ' &#187; ',
  197. 'breadcrumb_home' => 1,
  198. 'search_snippet' => 1,
  199. 'search_info_type' => 1,
  200. 'search_info_user' => 1,
  201. 'search_info_date' => 1,
  202. 'search_info_comment' => 1,
  203. 'search_info_upload' => 1,
  204. 'search_info_separator' => ' - ',
  205. 'horizontal_login_block' => 0,
  206. 'extra_page_classes' => 0,
  207. 'extra_article_classes' => 0,
  208. 'extra_comment_classes' => 0,
  209. 'extra_block_classes' => 0,
  210. 'extra_menu_classes' => 0,
  211. 'extra_item_list_classes' => 0,
  212. 'menu_item_span_elements' => 0,
  213. 'at__active_tab' => 'edit-page-layout',
  214. );
  215. $export['theme_adaptivetheme_gui_admin_settings'] = $strongarm;
  216. $strongarm = new stdClass();
  217. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  218. $strongarm->api_version = 1;
  219. $strongarm->name = 'user_admin_role';
  220. $strongarm->value = '4';
  221. $export['user_admin_role'] = $strongarm;
  222. $strongarm = new stdClass();
  223. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  224. $strongarm->api_version = 1;
  225. $strongarm->name = 'user_mail_register_admin_created_body';
  226. $strongarm->value = '[user:name],
  227. A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it to your browser:
  228. [user:one-time-login-url]
  229. This link can only be used once to log in and will lead you to a page where you can set your password.
  230. After setting your password, you will be able to log in at [site:login-url] in the future using:
  231. username: [user:name]
  232. password: Your password
  233. -- [site:name] team';
  234. $export['user_mail_register_admin_created_body'] = $strongarm;
  235. $strongarm = new stdClass();
  236. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  237. $strongarm->api_version = 1;
  238. $strongarm->name = 'user_mail_register_admin_created_subject';
  239. $strongarm->value = 'An administrator created an account for you at [site:name]';
  240. $export['user_mail_register_admin_created_subject'] = $strongarm;
  241. $strongarm = new stdClass();
  242. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  243. $strongarm->api_version = 1;
  244. $strongarm->name = 'workflow_access_priority';
  245. $strongarm->value = '0';
  246. $export['workflow_access_priority'] = $strongarm;
  247. $strongarm = new stdClass();
  248. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  249. $strongarm->api_version = 1;
  250. $strongarm->name = 'workflow_chapitre';
  251. $strongarm->value = array(
  252. 0 => 'node',
  253. );
  254. $export['workflow_chapitre'] = $strongarm;
  255. $strongarm = new stdClass();
  256. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  257. $strongarm->api_version = 1;
  258. $strongarm->name = 'workflow_page';
  259. $strongarm->value = array(
  260. 0 => 'node',
  261. );
  262. $export['workflow_page'] = $strongarm;
  263. return $export;
  264. }