clameurs.strongarm.inc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. 'accueil' => array(
  39. 'weight' => '3',
  40. 'visible' => FALSE,
  41. ),
  42. ),
  43. 'workflow' => array(
  44. 'teaser' => array(
  45. 'weight' => '4',
  46. 'visible' => FALSE,
  47. ),
  48. 'accueil' => array(
  49. 'weight' => '4',
  50. 'visible' => FALSE,
  51. ),
  52. ),
  53. ),
  54. ),
  55. );
  56. $export['field_bundle_settings_node__documentair'] = $strongarm;
  57. $strongarm = new stdClass();
  58. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  59. $strongarm->api_version = 1;
  60. $strongarm->name = 'field_bundle_settings_node__episode';
  61. $strongarm->value = array(
  62. 'view_modes' => array(),
  63. 'extra_fields' => array(
  64. 'form' => array(
  65. 'title' => array(
  66. 'weight' => '0',
  67. ),
  68. 'path' => array(
  69. 'weight' => '4',
  70. ),
  71. 'redirect' => array(
  72. 'weight' => '5',
  73. ),
  74. 'workflow' => array(
  75. 'weight' => '99',
  76. ),
  77. ),
  78. 'display' => array(
  79. 'workflow_current_state' => array(
  80. 'teaser' => array(
  81. 'weight' => '3',
  82. 'visible' => FALSE,
  83. ),
  84. 'accueil' => array(
  85. 'weight' => '4',
  86. 'visible' => FALSE,
  87. ),
  88. ),
  89. 'workflow' => array(
  90. 'teaser' => array(
  91. 'weight' => '4',
  92. 'visible' => FALSE,
  93. ),
  94. 'accueil' => array(
  95. 'weight' => '5',
  96. 'visible' => FALSE,
  97. ),
  98. ),
  99. ),
  100. ),
  101. );
  102. $export['field_bundle_settings_node__episode'] = $strongarm;
  103. $strongarm = new stdClass();
  104. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  105. $strongarm->api_version = 1;
  106. $strongarm->name = 'field_bundle_settings_node__thematique';
  107. $strongarm->value = array(
  108. 'view_modes' => array(),
  109. 'extra_fields' => array(
  110. 'form' => array(
  111. 'title' => array(
  112. 'weight' => '0',
  113. ),
  114. 'path' => array(
  115. 'weight' => '3',
  116. ),
  117. 'redirect' => array(
  118. 'weight' => '4',
  119. ),
  120. 'workflow' => array(
  121. 'weight' => '6',
  122. ),
  123. ),
  124. 'display' => array(
  125. 'workflow_current_state' => array(
  126. 'teaser' => array(
  127. 'weight' => '3',
  128. 'visible' => FALSE,
  129. ),
  130. 'accueil' => array(
  131. 'weight' => '3',
  132. 'visible' => FALSE,
  133. ),
  134. ),
  135. 'workflow' => array(
  136. 'teaser' => array(
  137. 'weight' => '4',
  138. 'visible' => FALSE,
  139. ),
  140. 'accueil' => array(
  141. 'weight' => '4',
  142. 'visible' => FALSE,
  143. ),
  144. ),
  145. ),
  146. ),
  147. );
  148. $export['field_bundle_settings_node__thematique'] = $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 = 'language_content_type_documentair';
  153. $strongarm->value = '0';
  154. $export['language_content_type_documentair'] = $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 = 'language_content_type_episode';
  159. $strongarm->value = '0';
  160. $export['language_content_type_episode'] = $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 = 'language_content_type_thematique';
  165. $strongarm->value = '0';
  166. $export['language_content_type_thematique'] = $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 = 'menu_options_documentair';
  171. $strongarm->value = array();
  172. $export['menu_options_documentair'] = $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 = 'menu_options_episode';
  177. $strongarm->value = array();
  178. $export['menu_options_episode'] = $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 = 'menu_options_thematique';
  183. $strongarm->value = array();
  184. $export['menu_options_thematique'] = $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 = 'menu_parent_documentair';
  189. $strongarm->value = 'main-menu:0';
  190. $export['menu_parent_documentair'] = $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 = 'menu_parent_episode';
  195. $strongarm->value = 'main-menu:0';
  196. $export['menu_parent_episode'] = $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 = 'menu_parent_thematique';
  201. $strongarm->value = 'main-menu:0';
  202. $export['menu_parent_thematique'] = $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 = 'node_options_documentair';
  207. $strongarm->value = array(
  208. 0 => 'status',
  209. );
  210. $export['node_options_documentair'] = $strongarm;
  211. $strongarm = new stdClass();
  212. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  213. $strongarm->api_version = 1;
  214. $strongarm->name = 'node_options_episode';
  215. $strongarm->value = array(
  216. 0 => 'status',
  217. );
  218. $export['node_options_episode'] = $strongarm;
  219. $strongarm = new stdClass();
  220. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  221. $strongarm->api_version = 1;
  222. $strongarm->name = 'node_options_thematique';
  223. $strongarm->value = array(
  224. 0 => 'status',
  225. );
  226. $export['node_options_thematique'] = $strongarm;
  227. $strongarm = new stdClass();
  228. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  229. $strongarm->api_version = 1;
  230. $strongarm->name = 'node_preview_documentair';
  231. $strongarm->value = '0';
  232. $export['node_preview_documentair'] = $strongarm;
  233. $strongarm = new stdClass();
  234. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  235. $strongarm->api_version = 1;
  236. $strongarm->name = 'node_preview_episode';
  237. $strongarm->value = '0';
  238. $export['node_preview_episode'] = $strongarm;
  239. $strongarm = new stdClass();
  240. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  241. $strongarm->api_version = 1;
  242. $strongarm->name = 'node_preview_thematique';
  243. $strongarm->value = '0';
  244. $export['node_preview_thematique'] = $strongarm;
  245. $strongarm = new stdClass();
  246. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  247. $strongarm->api_version = 1;
  248. $strongarm->name = 'node_submitted_documentair';
  249. $strongarm->value = 0;
  250. $export['node_submitted_documentair'] = $strongarm;
  251. $strongarm = new stdClass();
  252. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  253. $strongarm->api_version = 1;
  254. $strongarm->name = 'node_submitted_episode';
  255. $strongarm->value = 0;
  256. $export['node_submitted_episode'] = $strongarm;
  257. $strongarm = new stdClass();
  258. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  259. $strongarm->api_version = 1;
  260. $strongarm->name = 'node_submitted_thematique';
  261. $strongarm->value = 0;
  262. $export['node_submitted_thematique'] = $strongarm;
  263. $strongarm = new stdClass();
  264. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  265. $strongarm->api_version = 1;
  266. $strongarm->name = 'pathauto_node_documentair_pattern';
  267. $strongarm->value = '';
  268. $export['pathauto_node_documentair_pattern'] = $strongarm;
  269. $strongarm = new stdClass();
  270. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  271. $strongarm->api_version = 1;
  272. $strongarm->name = 'pathauto_node_episode_pattern';
  273. $strongarm->value = '';
  274. $export['pathauto_node_episode_pattern'] = $strongarm;
  275. $strongarm = new stdClass();
  276. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  277. $strongarm->api_version = 1;
  278. $strongarm->name = 'pathauto_node_thematique_pattern';
  279. $strongarm->value = '[node:title]';
  280. $export['pathauto_node_thematique_pattern'] = $strongarm;
  281. $strongarm = new stdClass();
  282. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  283. $strongarm->api_version = 1;
  284. $strongarm->name = 'pathauto_taxonomy_term_actions_pattern';
  285. $strongarm->value = '';
  286. $export['pathauto_taxonomy_term_actions_pattern'] = $strongarm;
  287. $strongarm = new stdClass();
  288. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  289. $strongarm->api_version = 1;
  290. $strongarm->name = 'workflow_documentair';
  291. $strongarm->value = array(
  292. 0 => 'node',
  293. );
  294. $export['workflow_documentair'] = $strongarm;
  295. $strongarm = new stdClass();
  296. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  297. $strongarm->api_version = 1;
  298. $strongarm->name = 'workflow_episode';
  299. $strongarm->value = array(
  300. 0 => 'node',
  301. );
  302. $export['workflow_episode'] = $strongarm;
  303. $strongarm = new stdClass();
  304. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  305. $strongarm->api_version = 1;
  306. $strongarm->name = 'workflow_thematique';
  307. $strongarm->value = array(
  308. 0 => 'node',
  309. );
  310. $export['workflow_thematique'] = $strongarm;
  311. return $export;
  312. }