clameurs.strongarm.inc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  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' => '6',
  24. ),
  25. 'redirect' => array(
  26. 'weight' => '7',
  27. ),
  28. 'workflow' => array(
  29. 'weight' => '8',
  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' => '5',
  70. ),
  71. 'redirect' => array(
  72. 'weight' => '6',
  73. ),
  74. 'workflow' => array(
  75. 'weight' => '7',
  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. 'attente' => array(
  135. 'weight' => '2',
  136. 'visible' => FALSE,
  137. ),
  138. ),
  139. 'workflow' => array(
  140. 'teaser' => array(
  141. 'weight' => '4',
  142. 'visible' => FALSE,
  143. ),
  144. 'accueil' => array(
  145. 'weight' => '4',
  146. 'visible' => FALSE,
  147. ),
  148. 'attente' => array(
  149. 'weight' => '3',
  150. 'visible' => FALSE,
  151. ),
  152. ),
  153. ),
  154. ),
  155. );
  156. $export['field_bundle_settings_node__thematique'] = $strongarm;
  157. $strongarm = new stdClass();
  158. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  159. $strongarm->api_version = 1;
  160. $strongarm->name = 'language_content_type_documentair';
  161. $strongarm->value = '0';
  162. $export['language_content_type_documentair'] = $strongarm;
  163. $strongarm = new stdClass();
  164. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  165. $strongarm->api_version = 1;
  166. $strongarm->name = 'language_content_type_episode';
  167. $strongarm->value = '0';
  168. $export['language_content_type_episode'] = $strongarm;
  169. $strongarm = new stdClass();
  170. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  171. $strongarm->api_version = 1;
  172. $strongarm->name = 'language_content_type_thematique';
  173. $strongarm->value = '0';
  174. $export['language_content_type_thematique'] = $strongarm;
  175. $strongarm = new stdClass();
  176. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  177. $strongarm->api_version = 1;
  178. $strongarm->name = 'menu_options_documentair';
  179. $strongarm->value = array();
  180. $export['menu_options_documentair'] = $strongarm;
  181. $strongarm = new stdClass();
  182. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  183. $strongarm->api_version = 1;
  184. $strongarm->name = 'menu_options_episode';
  185. $strongarm->value = array();
  186. $export['menu_options_episode'] = $strongarm;
  187. $strongarm = new stdClass();
  188. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  189. $strongarm->api_version = 1;
  190. $strongarm->name = 'menu_options_thematique';
  191. $strongarm->value = array();
  192. $export['menu_options_thematique'] = $strongarm;
  193. $strongarm = new stdClass();
  194. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  195. $strongarm->api_version = 1;
  196. $strongarm->name = 'menu_parent_documentair';
  197. $strongarm->value = 'main-menu:0';
  198. $export['menu_parent_documentair'] = $strongarm;
  199. $strongarm = new stdClass();
  200. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  201. $strongarm->api_version = 1;
  202. $strongarm->name = 'menu_parent_episode';
  203. $strongarm->value = 'main-menu:0';
  204. $export['menu_parent_episode'] = $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 = 'menu_parent_thematique';
  209. $strongarm->value = 'main-menu:0';
  210. $export['menu_parent_thematique'] = $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 = 'nodeformscols_field_placements_documentair_default';
  215. $strongarm->value = array(
  216. 'title' => array(
  217. 'region' => 'main',
  218. 'weight' => '0',
  219. 'has_required' => TRUE,
  220. 'title' => 'Titre',
  221. ),
  222. 'additional_settings' => array(
  223. 'region' => 'footer',
  224. 'weight' => '0',
  225. 'has_required' => FALSE,
  226. 'title' => 'Vertical tabs',
  227. 'hidden' => 0,
  228. ),
  229. 'actions' => array(
  230. 'region' => 'right',
  231. 'weight' => '3',
  232. 'has_required' => FALSE,
  233. 'title' => 'Enregistrer',
  234. 'hidden' => 0,
  235. ),
  236. 'entity_translation_entity_form_language_update' => array(
  237. 'region' => 'footer',
  238. 'weight' => '1',
  239. 'has_required' => FALSE,
  240. 'title' => NULL,
  241. 'hidden' => 1,
  242. ),
  243. 'field_doc' => array(
  244. 'region' => 'right',
  245. 'weight' => '0',
  246. 'has_required' => FALSE,
  247. 'title' => 'Doc',
  248. 'hidden' => 0,
  249. ),
  250. 'field_thematique' => array(
  251. 'region' => 'right',
  252. 'weight' => '1',
  253. 'has_required' => FALSE,
  254. 'title' => 'Thématique',
  255. 'hidden' => 0,
  256. ),
  257. 'group_htabs' => array(
  258. 'region' => 'main',
  259. 'weight' => '3',
  260. 'has_required' => FALSE,
  261. 'title' => 'htabs (Field group)',
  262. 'hidden' => 0,
  263. ),
  264. 'group_texte' => array(
  265. 'region' => 'main',
  266. 'weight' => '4',
  267. 'has_required' => FALSE,
  268. 'title' => 'Texte (Field group)',
  269. 'hidden' => 0,
  270. ),
  271. 'group_video' => array(
  272. 'region' => 'main',
  273. 'weight' => '5',
  274. 'has_required' => FALSE,
  275. 'title' => 'Video (Field group)',
  276. 'hidden' => 0,
  277. ),
  278. 'workflow' => array(
  279. 'region' => 'right',
  280. 'weight' => '2',
  281. 'has_required' => FALSE,
  282. 'title' => 'Brouillon',
  283. 'hidden' => 0,
  284. ),
  285. );
  286. $export['nodeformscols_field_placements_documentair_default'] = $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 = 'nodeformscols_field_placements_episode_default';
  291. $strongarm->value = array(
  292. 'title' => array(
  293. 'region' => 'main',
  294. 'weight' => '0',
  295. 'has_required' => TRUE,
  296. 'title' => 'Titre',
  297. ),
  298. 'additional_settings' => array(
  299. 'region' => 'footer',
  300. 'weight' => '0',
  301. 'has_required' => FALSE,
  302. 'title' => 'Vertical tabs',
  303. 'hidden' => 0,
  304. ),
  305. 'actions' => array(
  306. 'region' => 'right',
  307. 'weight' => '3',
  308. 'has_required' => FALSE,
  309. 'title' => 'Enregistrer',
  310. 'hidden' => 0,
  311. ),
  312. 'entity_translation_entity_form_language_update' => array(
  313. 'region' => 'footer',
  314. 'weight' => '1',
  315. 'has_required' => FALSE,
  316. 'title' => NULL,
  317. 'hidden' => 0,
  318. ),
  319. 'field_habiter' => array(
  320. 'region' => 'right',
  321. 'weight' => '0',
  322. 'has_required' => FALSE,
  323. 'title' => 'Habiter',
  324. 'hidden' => 1,
  325. ),
  326. 'field_thematique' => array(
  327. 'region' => 'right',
  328. 'weight' => '1',
  329. 'has_required' => FALSE,
  330. 'title' => 'Thématique',
  331. 'hidden' => 0,
  332. ),
  333. 'group_htabs' => array(
  334. 'region' => 'main',
  335. 'weight' => '3',
  336. 'has_required' => FALSE,
  337. 'title' => 'htabs (Field group)',
  338. 'hidden' => 0,
  339. ),
  340. 'group_texte' => array(
  341. 'region' => 'main',
  342. 'weight' => '9',
  343. 'has_required' => FALSE,
  344. 'title' => 'Texte (Field group)',
  345. 'hidden' => 0,
  346. ),
  347. 'group_video' => array(
  348. 'region' => 'main',
  349. 'weight' => '10',
  350. 'has_required' => FALSE,
  351. 'title' => 'Video (Field group)',
  352. 'hidden' => 0,
  353. ),
  354. 'workflow' => array(
  355. 'region' => 'right',
  356. 'weight' => '2',
  357. 'has_required' => FALSE,
  358. 'title' => 'Brouillon',
  359. 'hidden' => 0,
  360. ),
  361. );
  362. $export['nodeformscols_field_placements_episode_default'] = $strongarm;
  363. $strongarm = new stdClass();
  364. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  365. $strongarm->api_version = 1;
  366. $strongarm->name = 'nodeformscols_field_placements_thematique_default';
  367. $strongarm->value = array(
  368. 'title' => array(
  369. 'region' => 'main',
  370. 'weight' => '0',
  371. 'has_required' => TRUE,
  372. 'title' => 'Titre',
  373. ),
  374. 'additional_settings' => array(
  375. 'region' => 'footer',
  376. 'weight' => '1',
  377. 'has_required' => FALSE,
  378. 'title' => 'Vertical tabs',
  379. 'hidden' => 0,
  380. ),
  381. 'actions' => array(
  382. 'region' => 'right',
  383. 'weight' => '4',
  384. 'has_required' => FALSE,
  385. 'title' => 'Enregistrer',
  386. 'hidden' => 0,
  387. ),
  388. 'entity_translation_entity_form_language_update' => array(
  389. 'region' => 'right',
  390. 'weight' => '2',
  391. 'has_required' => FALSE,
  392. 'title' => NULL,
  393. 'hidden' => 0,
  394. ),
  395. 'field_ecouter' => array(
  396. 'region' => 'right',
  397. 'weight' => '1',
  398. 'has_required' => FALSE,
  399. 'title' => 'Écouter',
  400. 'hidden' => 1,
  401. ),
  402. 'group_htabs' => array(
  403. 'region' => 'main',
  404. 'weight' => '1',
  405. 'has_required' => FALSE,
  406. 'title' => 'htabs (Field group)',
  407. 'hidden' => 0,
  408. ),
  409. 'group_texte' => array(
  410. 'region' => 'main',
  411. 'weight' => '7',
  412. 'has_required' => FALSE,
  413. 'title' => 'Texte (Field group)',
  414. 'hidden' => 0,
  415. ),
  416. 'group_episodes' => array(
  417. 'region' => 'main',
  418. 'weight' => '9',
  419. 'has_required' => FALSE,
  420. 'title' => 'Épisodes (Field group)',
  421. 'hidden' => 0,
  422. ),
  423. 'workflow' => array(
  424. 'region' => 'right',
  425. 'weight' => '3',
  426. 'has_required' => FALSE,
  427. 'title' => 'Target state',
  428. 'hidden' => 0,
  429. ),
  430. 'field_poid' => array(
  431. 'region' => 'right',
  432. 'weight' => '0',
  433. 'has_required' => TRUE,
  434. 'title' => 'Poid',
  435. ),
  436. 'group_eclairage' => array(
  437. 'region' => 'main',
  438. 'weight' => '108',
  439. 'has_required' => FALSE,
  440. 'title' => 'Éclairages (Field group)',
  441. 'hidden' => 0,
  442. ),
  443. );
  444. $export['nodeformscols_field_placements_thematique_default'] = $strongarm;
  445. $strongarm = new stdClass();
  446. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  447. $strongarm->api_version = 1;
  448. $strongarm->name = 'node_options_documentair';
  449. $strongarm->value = array(
  450. 0 => 'status',
  451. );
  452. $export['node_options_documentair'] = $strongarm;
  453. $strongarm = new stdClass();
  454. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  455. $strongarm->api_version = 1;
  456. $strongarm->name = 'node_options_episode';
  457. $strongarm->value = array(
  458. 0 => 'status',
  459. );
  460. $export['node_options_episode'] = $strongarm;
  461. $strongarm = new stdClass();
  462. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  463. $strongarm->api_version = 1;
  464. $strongarm->name = 'node_options_thematique';
  465. $strongarm->value = array(
  466. 0 => 'status',
  467. );
  468. $export['node_options_thematique'] = $strongarm;
  469. $strongarm = new stdClass();
  470. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  471. $strongarm->api_version = 1;
  472. $strongarm->name = 'node_preview_documentair';
  473. $strongarm->value = '0';
  474. $export['node_preview_documentair'] = $strongarm;
  475. $strongarm = new stdClass();
  476. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  477. $strongarm->api_version = 1;
  478. $strongarm->name = 'node_preview_episode';
  479. $strongarm->value = '0';
  480. $export['node_preview_episode'] = $strongarm;
  481. $strongarm = new stdClass();
  482. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  483. $strongarm->api_version = 1;
  484. $strongarm->name = 'node_preview_thematique';
  485. $strongarm->value = '0';
  486. $export['node_preview_thematique'] = $strongarm;
  487. $strongarm = new stdClass();
  488. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  489. $strongarm->api_version = 1;
  490. $strongarm->name = 'node_submitted_documentair';
  491. $strongarm->value = 0;
  492. $export['node_submitted_documentair'] = $strongarm;
  493. $strongarm = new stdClass();
  494. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  495. $strongarm->api_version = 1;
  496. $strongarm->name = 'node_submitted_episode';
  497. $strongarm->value = 0;
  498. $export['node_submitted_episode'] = $strongarm;
  499. $strongarm = new stdClass();
  500. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  501. $strongarm->api_version = 1;
  502. $strongarm->name = 'node_submitted_thematique';
  503. $strongarm->value = 0;
  504. $export['node_submitted_thematique'] = $strongarm;
  505. $strongarm = new stdClass();
  506. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  507. $strongarm->api_version = 1;
  508. $strongarm->name = 'pathauto_node_documentair_pattern';
  509. $strongarm->value = '';
  510. $export['pathauto_node_documentair_pattern'] = $strongarm;
  511. $strongarm = new stdClass();
  512. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  513. $strongarm->api_version = 1;
  514. $strongarm->name = 'pathauto_node_episode_pattern';
  515. $strongarm->value = '';
  516. $export['pathauto_node_episode_pattern'] = $strongarm;
  517. $strongarm = new stdClass();
  518. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  519. $strongarm->api_version = 1;
  520. $strongarm->name = 'pathauto_node_thematique_pattern';
  521. $strongarm->value = '[node:title]';
  522. $export['pathauto_node_thematique_pattern'] = $strongarm;
  523. $strongarm = new stdClass();
  524. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  525. $strongarm->api_version = 1;
  526. $strongarm->name = 'pathauto_taxonomy_term_actions_pattern';
  527. $strongarm->value = '';
  528. $export['pathauto_taxonomy_term_actions_pattern'] = $strongarm;
  529. $strongarm = new stdClass();
  530. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  531. $strongarm->api_version = 1;
  532. $strongarm->name = 'workflow_documentair';
  533. $strongarm->value = array(
  534. 0 => 'node',
  535. );
  536. $export['workflow_documentair'] = $strongarm;
  537. $strongarm = new stdClass();
  538. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  539. $strongarm->api_version = 1;
  540. $strongarm->name = 'workflow_episode';
  541. $strongarm->value = array(
  542. 0 => 'node',
  543. );
  544. $export['workflow_episode'] = $strongarm;
  545. $strongarm = new stdClass();
  546. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  547. $strongarm->api_version = 1;
  548. $strongarm->name = 'workflow_thematique';
  549. $strongarm->value = array(
  550. 0 => 'node',
  551. );
  552. $export['workflow_thematique'] = $strongarm;
  553. return $export;
  554. }