materio_administration.strongarm.inc 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  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 = 1;
  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 = 'content_type_extras_title_hide_breve';
  87. $strongarm->value = 0;
  88. $export['content_type_extras_title_hide_breve'] = $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 = 'content_type_extras_title_hide_company';
  93. $strongarm->value = 0;
  94. $export['content_type_extras_title_hide_company'] = $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 = 'content_type_extras_title_hide_didactique';
  99. $strongarm->value = 0;
  100. $export['content_type_extras_title_hide_didactique'] = $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 = 'content_type_extras_title_hide_materiau';
  105. $strongarm->value = 0;
  106. $export['content_type_extras_title_hide_materiau'] = $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 = 'logintoboggan_confirm_email_at_registration';
  111. $strongarm->value = '0';
  112. $export['logintoboggan_confirm_email_at_registration'] = $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 = 'logintoboggan_immediate_login_on_register';
  117. $strongarm->value = 1;
  118. $export['logintoboggan_immediate_login_on_register'] = $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 = 'logintoboggan_login_successful_message';
  123. $strongarm->value = '0';
  124. $export['logintoboggan_login_successful_message'] = $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 = 'logintoboggan_login_with_email';
  129. $strongarm->value = '1';
  130. $export['logintoboggan_login_with_email'] = $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 = 'logintoboggan_minimum_password_length';
  135. $strongarm->value = '0';
  136. $export['logintoboggan_minimum_password_length'] = $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 = 'logintoboggan_override_destination_parameter';
  141. $strongarm->value = 0;
  142. $export['logintoboggan_override_destination_parameter'] = $strongarm;
  143. $strongarm = new stdClass();
  144. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  145. $strongarm->api_version = 1;
  146. $strongarm->name = 'logintoboggan_pre_auth_role';
  147. $strongarm->value = '9';
  148. $export['logintoboggan_pre_auth_role'] = $strongarm;
  149. $strongarm = new stdClass();
  150. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  151. $strongarm->api_version = 1;
  152. $strongarm->name = 'logintoboggan_purge_unvalidated_user_interval';
  153. $strongarm->value = '604800';
  154. $export['logintoboggan_purge_unvalidated_user_interval'] = $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 = 'logintoboggan_redirect_on_confirm';
  159. $strongarm->value = 'user/%uid/edit';
  160. $export['logintoboggan_redirect_on_confirm'] = $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 = 'logintoboggan_redirect_on_register';
  165. $strongarm->value = '';
  166. $export['logintoboggan_redirect_on_register'] = $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 = 'logintoboggan_unified_login';
  171. $strongarm->value = 0;
  172. $export['logintoboggan_unified_login'] = $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 = 'login_destination_immediate_redirect';
  177. $strongarm->value = 1;
  178. $export['login_destination_immediate_redirect'] = $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 = 'login_destination_preserve_destination';
  183. $strongarm->value = 0;
  184. $export['login_destination_preserve_destination'] = $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 = 'site_frontpage';
  189. $strongarm->value = 'home';
  190. $export['site_frontpage'] = $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 = 'title_node';
  195. $strongarm->value = array(
  196. 'auto_attach' => array(
  197. 'title' => 0,
  198. ),
  199. 'hide_label' => array(
  200. 'page' => 'page',
  201. 'entity' => 'entity',
  202. ),
  203. );
  204. $export['title_node'] = $strongarm;
  205. $strongarm = new stdClass();
  206. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  207. $strongarm->api_version = 1;
  208. $strongarm->name = 'title_taxonomy_term';
  209. $strongarm->value = array(
  210. 'auto_attach' => array(
  211. 'name' => 'name',
  212. 'description' => 'description',
  213. ),
  214. 'hide_label' => array(
  215. 'page' => 'page',
  216. 'entity' => 'entity',
  217. ),
  218. );
  219. $export['title_taxonomy_term'] = $strongarm;
  220. $strongarm = new stdClass();
  221. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  222. $strongarm->api_version = 1;
  223. $strongarm->name = 'workflow_access_priority';
  224. $strongarm->value = '0';
  225. $export['workflow_access_priority'] = $strongarm;
  226. $strongarm = new stdClass();
  227. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  228. $strongarm->api_version = 1;
  229. $strongarm->name = 'workflow_breve';
  230. $strongarm->value = array(
  231. 0 => 'node',
  232. );
  233. $export['workflow_breve'] = $strongarm;
  234. $strongarm = new stdClass();
  235. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  236. $strongarm->api_version = 1;
  237. $strongarm->name = 'workflow_company';
  238. $strongarm->value = array(
  239. 0 => 'node',
  240. );
  241. $export['workflow_company'] = $strongarm;
  242. $strongarm = new stdClass();
  243. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  244. $strongarm->api_version = 1;
  245. $strongarm->name = 'workflow_contact_operationnel';
  246. $strongarm->value = array(
  247. 0 => 'node',
  248. );
  249. $export['workflow_contact_operationnel'] = $strongarm;
  250. $strongarm = new stdClass();
  251. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  252. $strongarm->api_version = 1;
  253. $strongarm->name = 'workflow_didactique';
  254. $strongarm->value = array(
  255. 0 => 'node',
  256. );
  257. $export['workflow_didactique'] = $strongarm;
  258. $strongarm = new stdClass();
  259. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  260. $strongarm->api_version = 1;
  261. $strongarm->name = 'workflow_faq';
  262. $strongarm->value = array(
  263. 0 => 'node',
  264. );
  265. $export['workflow_faq'] = $strongarm;
  266. $strongarm = new stdClass();
  267. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  268. $strongarm->api_version = 1;
  269. $strongarm->name = 'workflow_looping_embed_video';
  270. $strongarm->value = array(
  271. 0 => 'node',
  272. );
  273. $export['workflow_looping_embed_video'] = $strongarm;
  274. $strongarm = new stdClass();
  275. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  276. $strongarm->api_version = 1;
  277. $strongarm->name = 'workflow_materiau';
  278. $strongarm->value = array(
  279. 0 => 'node',
  280. );
  281. $export['workflow_materiau'] = $strongarm;
  282. $strongarm = new stdClass();
  283. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  284. $strongarm->api_version = 1;
  285. $strongarm->name = 'workflow_page';
  286. $strongarm->value = array(
  287. 0 => 'node',
  288. );
  289. $export['workflow_page'] = $strongarm;
  290. $strongarm = new stdClass();
  291. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  292. $strongarm->api_version = 1;
  293. $strongarm->name = 'workflow_panel';
  294. $strongarm->value = array(
  295. 0 => 'node',
  296. );
  297. $export['workflow_panel'] = $strongarm;
  298. $strongarm = new stdClass();
  299. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  300. $strongarm->api_version = 1;
  301. $strongarm->name = 'workflow_product';
  302. $strongarm->value = array(
  303. 0 => 'node',
  304. );
  305. $export['workflow_product'] = $strongarm;
  306. $strongarm = new stdClass();
  307. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  308. $strongarm->api_version = 1;
  309. $strongarm->name = 'workflow_simplenews';
  310. $strongarm->value = array(
  311. 0 => 'node',
  312. );
  313. $export['workflow_simplenews'] = $strongarm;
  314. $strongarm = new stdClass();
  315. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  316. $strongarm->api_version = 1;
  317. $strongarm->name = 'workflow_webform';
  318. $strongarm->value = array(
  319. 0 => 'node',
  320. );
  321. $export['workflow_webform'] = $strongarm;
  322. return $export;
  323. }