clameurs.strongarm.inc 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <?php
  2. /**
  3. * @file
  4. * clameurs.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function clameurs_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 = 'field_bundle_settings_node__documentair';
  15. $strongarm->value = array(
  16. 'view_modes' => array(),
  17. 'extra_fields' => array(
  18. 'form' => array(
  19. 'title' => array(
  20. 'weight' => '0',
  21. ),
  22. 'path' => array(
  23. 'weight' => '8',
  24. ),
  25. 'redirect' => array(
  26. 'weight' => '9',
  27. ),
  28. 'workflow' => array(
  29. 'weight' => '99',
  30. ),
  31. ),
  32. 'display' => array(
  33. 'workflow_current_state' => array(
  34. 'teaser' => array(
  35. 'weight' => '3',
  36. 'visible' => FALSE,
  37. ),
  38. ),
  39. 'workflow' => array(
  40. 'teaser' => array(
  41. 'weight' => '4',
  42. 'visible' => FALSE,
  43. ),
  44. ),
  45. ),
  46. ),
  47. );
  48. $export['field_bundle_settings_node__documentair'] = $strongarm;
  49. $strongarm = new stdClass();
  50. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  51. $strongarm->api_version = 1;
  52. $strongarm->name = 'field_bundle_settings_node__episode';
  53. $strongarm->value = array(
  54. 'view_modes' => array(),
  55. 'extra_fields' => array(
  56. 'form' => array(
  57. 'title' => array(
  58. 'weight' => '0',
  59. ),
  60. 'path' => array(
  61. 'weight' => '4',
  62. ),
  63. 'redirect' => array(
  64. 'weight' => '5',
  65. ),
  66. 'workflow' => array(
  67. 'weight' => '99',
  68. ),
  69. ),
  70. 'display' => array(
  71. 'workflow_current_state' => array(
  72. 'teaser' => array(
  73. 'weight' => '3',
  74. 'visible' => FALSE,
  75. ),
  76. ),
  77. 'workflow' => array(
  78. 'teaser' => array(
  79. 'weight' => '4',
  80. 'visible' => FALSE,
  81. ),
  82. ),
  83. ),
  84. ),
  85. );
  86. $export['field_bundle_settings_node__episode'] = $strongarm;
  87. $strongarm = new stdClass();
  88. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  89. $strongarm->api_version = 1;
  90. $strongarm->name = 'field_bundle_settings_node__thematique';
  91. $strongarm->value = array(
  92. 'view_modes' => array(),
  93. 'extra_fields' => array(
  94. 'form' => array(
  95. 'title' => array(
  96. 'weight' => '0',
  97. ),
  98. 'path' => array(
  99. 'weight' => '2',
  100. ),
  101. 'redirect' => array(
  102. 'weight' => '3',
  103. ),
  104. 'workflow' => array(
  105. 'weight' => '99',
  106. ),
  107. ),
  108. 'display' => array(),
  109. ),
  110. );
  111. $export['field_bundle_settings_node__thematique'] = $strongarm;
  112. $strongarm = new stdClass();
  113. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  114. $strongarm->api_version = 1;
  115. $strongarm->name = 'language_content_type_documentair';
  116. $strongarm->value = '0';
  117. $export['language_content_type_documentair'] = $strongarm;
  118. $strongarm = new stdClass();
  119. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  120. $strongarm->api_version = 1;
  121. $strongarm->name = 'language_content_type_episode';
  122. $strongarm->value = '0';
  123. $export['language_content_type_episode'] = $strongarm;
  124. $strongarm = new stdClass();
  125. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  126. $strongarm->api_version = 1;
  127. $strongarm->name = 'language_content_type_thematique';
  128. $strongarm->value = '0';
  129. $export['language_content_type_thematique'] = $strongarm;
  130. $strongarm = new stdClass();
  131. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  132. $strongarm->api_version = 1;
  133. $strongarm->name = 'menu_options_documentair';
  134. $strongarm->value = array();
  135. $export['menu_options_documentair'] = $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 = 'menu_options_episode';
  140. $strongarm->value = array();
  141. $export['menu_options_episode'] = $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 = 'menu_options_thematique';
  146. $strongarm->value = array();
  147. $export['menu_options_thematique'] = $strongarm;
  148. $strongarm = new stdClass();
  149. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  150. $strongarm->api_version = 1;
  151. $strongarm->name = 'menu_parent_documentair';
  152. $strongarm->value = 'main-menu:0';
  153. $export['menu_parent_documentair'] = $strongarm;
  154. $strongarm = new stdClass();
  155. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  156. $strongarm->api_version = 1;
  157. $strongarm->name = 'menu_parent_episode';
  158. $strongarm->value = 'main-menu:0';
  159. $export['menu_parent_episode'] = $strongarm;
  160. $strongarm = new stdClass();
  161. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  162. $strongarm->api_version = 1;
  163. $strongarm->name = 'menu_parent_thematique';
  164. $strongarm->value = 'main-menu:0';
  165. $export['menu_parent_thematique'] = $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 = 'node_options_documentair';
  170. $strongarm->value = array(
  171. 0 => 'status',
  172. );
  173. $export['node_options_documentair'] = $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 = 'node_options_episode';
  178. $strongarm->value = array(
  179. 0 => 'status',
  180. );
  181. $export['node_options_episode'] = $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 = 'node_options_thematique';
  186. $strongarm->value = array(
  187. 0 => 'status',
  188. );
  189. $export['node_options_thematique'] = $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 = 'node_preview_documentair';
  194. $strongarm->value = '0';
  195. $export['node_preview_documentair'] = $strongarm;
  196. $strongarm = new stdClass();
  197. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  198. $strongarm->api_version = 1;
  199. $strongarm->name = 'node_preview_episode';
  200. $strongarm->value = '0';
  201. $export['node_preview_episode'] = $strongarm;
  202. $strongarm = new stdClass();
  203. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  204. $strongarm->api_version = 1;
  205. $strongarm->name = 'node_preview_thematique';
  206. $strongarm->value = '0';
  207. $export['node_preview_thematique'] = $strongarm;
  208. $strongarm = new stdClass();
  209. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  210. $strongarm->api_version = 1;
  211. $strongarm->name = 'node_submitted_documentair';
  212. $strongarm->value = 0;
  213. $export['node_submitted_documentair'] = $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 = 'node_submitted_episode';
  218. $strongarm->value = 0;
  219. $export['node_submitted_episode'] = $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 = 'node_submitted_thematique';
  224. $strongarm->value = 0;
  225. $export['node_submitted_thematique'] = $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 = 'pathauto_node_documentair_pattern';
  230. $strongarm->value = '';
  231. $export['pathauto_node_documentair_pattern'] = $strongarm;
  232. $strongarm = new stdClass();
  233. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  234. $strongarm->api_version = 1;
  235. $strongarm->name = 'pathauto_node_episode_pattern';
  236. $strongarm->value = '';
  237. $export['pathauto_node_episode_pattern'] = $strongarm;
  238. $strongarm = new stdClass();
  239. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  240. $strongarm->api_version = 1;
  241. $strongarm->name = 'pathauto_node_thematique_pattern';
  242. $strongarm->value = '';
  243. $export['pathauto_node_thematique_pattern'] = $strongarm;
  244. $strongarm = new stdClass();
  245. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  246. $strongarm->api_version = 1;
  247. $strongarm->name = 'workflow_documentair';
  248. $strongarm->value = array(
  249. 0 => 'node',
  250. );
  251. $export['workflow_documentair'] = $strongarm;
  252. $strongarm = new stdClass();
  253. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  254. $strongarm->api_version = 1;
  255. $strongarm->name = 'workflow_episode';
  256. $strongarm->value = array(
  257. 0 => 'node',
  258. );
  259. $export['workflow_episode'] = $strongarm;
  260. $strongarm = new stdClass();
  261. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  262. $strongarm->api_version = 1;
  263. $strongarm->name = 'workflow_thematique';
  264. $strongarm->value = array(
  265. 0 => 'node',
  266. );
  267. $export['workflow_thematique'] = $strongarm;
  268. return $export;
  269. }