materio_administration.strongarm.inc 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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 = 'title_node';
  111. $strongarm->value = array(
  112. 'auto_attach' => array(
  113. 'title' => 0,
  114. ),
  115. 'hide_label' => array(
  116. 'page' => 'page',
  117. 'entity' => 'entity',
  118. ),
  119. );
  120. $export['title_node'] = $strongarm;
  121. $strongarm = new stdClass();
  122. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  123. $strongarm->api_version = 1;
  124. $strongarm->name = 'title_taxonomy_term';
  125. $strongarm->value = array(
  126. 'auto_attach' => array(
  127. 'name' => 'name',
  128. 'description' => 'description',
  129. ),
  130. 'hide_label' => array(
  131. 'page' => 'page',
  132. 'entity' => 'entity',
  133. ),
  134. );
  135. $export['title_taxonomy_term'] = $strongarm;
  136. $strongarm = new stdClass();
  137. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  138. $strongarm->api_version = 1;
  139. $strongarm->name = 'workflow_access_priority';
  140. $strongarm->value = '0';
  141. $export['workflow_access_priority'] = $strongarm;
  142. $strongarm = new stdClass();
  143. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  144. $strongarm->api_version = 1;
  145. $strongarm->name = 'workflow_breve';
  146. $strongarm->value = array(
  147. 0 => 'node',
  148. );
  149. $export['workflow_breve'] = $strongarm;
  150. $strongarm = new stdClass();
  151. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  152. $strongarm->api_version = 1;
  153. $strongarm->name = 'workflow_company';
  154. $strongarm->value = array(
  155. 0 => 'node',
  156. );
  157. $export['workflow_company'] = $strongarm;
  158. $strongarm = new stdClass();
  159. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  160. $strongarm->api_version = 1;
  161. $strongarm->name = 'workflow_contact_operationnel';
  162. $strongarm->value = array(
  163. 0 => 'node',
  164. );
  165. $export['workflow_contact_operationnel'] = $strongarm;
  166. $strongarm = new stdClass();
  167. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  168. $strongarm->api_version = 1;
  169. $strongarm->name = 'workflow_didactique';
  170. $strongarm->value = array(
  171. 0 => 'node',
  172. );
  173. $export['workflow_didactique'] = $strongarm;
  174. $strongarm = new stdClass();
  175. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  176. $strongarm->api_version = 1;
  177. $strongarm->name = 'workflow_faq';
  178. $strongarm->value = array(
  179. 0 => 'node',
  180. );
  181. $export['workflow_faq'] = $strongarm;
  182. $strongarm = new stdClass();
  183. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  184. $strongarm->api_version = 1;
  185. $strongarm->name = 'workflow_looping_embed_video';
  186. $strongarm->value = array(
  187. 0 => 'node',
  188. );
  189. $export['workflow_looping_embed_video'] = $strongarm;
  190. $strongarm = new stdClass();
  191. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  192. $strongarm->api_version = 1;
  193. $strongarm->name = 'workflow_materiau';
  194. $strongarm->value = array(
  195. 0 => 'node',
  196. );
  197. $export['workflow_materiau'] = $strongarm;
  198. $strongarm = new stdClass();
  199. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  200. $strongarm->api_version = 1;
  201. $strongarm->name = 'workflow_page';
  202. $strongarm->value = array(
  203. 0 => 'node',
  204. );
  205. $export['workflow_page'] = $strongarm;
  206. $strongarm = new stdClass();
  207. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  208. $strongarm->api_version = 1;
  209. $strongarm->name = 'workflow_panel';
  210. $strongarm->value = array(
  211. 0 => 'node',
  212. );
  213. $export['workflow_panel'] = $strongarm;
  214. $strongarm = new stdClass();
  215. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  216. $strongarm->api_version = 1;
  217. $strongarm->name = 'workflow_product';
  218. $strongarm->value = array(
  219. 0 => 'node',
  220. );
  221. $export['workflow_product'] = $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 = 'workflow_simplenews';
  226. $strongarm->value = array(
  227. 0 => 'node',
  228. );
  229. $export['workflow_simplenews'] = $strongarm;
  230. $strongarm = new stdClass();
  231. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  232. $strongarm->api_version = 1;
  233. $strongarm->name = 'workflow_webform';
  234. $strongarm->value = array(
  235. 0 => 'node',
  236. );
  237. $export['workflow_webform'] = $strongarm;
  238. return $export;
  239. }