clameurs.strongarm.inc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  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' => FALSE,
  220. 'title' => 'Titre',
  221. 'hidden' => 0,
  222. ),
  223. 'additional_settings' => array(
  224. 'region' => 'footer',
  225. 'weight' => '0',
  226. 'has_required' => FALSE,
  227. 'title' => 'Vertical tabs',
  228. 'hidden' => 0,
  229. ),
  230. 'actions' => array(
  231. 'region' => 'right',
  232. 'weight' => '3',
  233. 'has_required' => FALSE,
  234. 'title' => 'Enregistrer',
  235. 'hidden' => 0,
  236. ),
  237. 'entity_translation_entity_form_language_update' => array(
  238. 'region' => 'footer',
  239. 'weight' => '1',
  240. 'has_required' => FALSE,
  241. 'title' => NULL,
  242. 'hidden' => 1,
  243. ),
  244. 'field_doc' => array(
  245. 'region' => 'right',
  246. 'weight' => '0',
  247. 'has_required' => FALSE,
  248. 'title' => 'Doc',
  249. 'hidden' => 0,
  250. ),
  251. 'field_thematique' => array(
  252. 'region' => 'right',
  253. 'weight' => '1',
  254. 'has_required' => FALSE,
  255. 'title' => 'Thématique',
  256. 'hidden' => 0,
  257. ),
  258. 'group_htabs' => array(
  259. 'region' => 'main',
  260. 'weight' => '3',
  261. 'has_required' => FALSE,
  262. 'title' => 'htabs (Field group)',
  263. 'hidden' => 0,
  264. ),
  265. 'group_texte' => array(
  266. 'region' => 'main',
  267. 'weight' => '4',
  268. 'has_required' => FALSE,
  269. 'title' => 'Texte (Field group)',
  270. 'hidden' => 1,
  271. ),
  272. 'group_video' => array(
  273. 'region' => 'main',
  274. 'weight' => '5',
  275. 'has_required' => FALSE,
  276. 'title' => 'Video (Field group)',
  277. 'hidden' => 0,
  278. ),
  279. 'workflow' => array(
  280. 'region' => 'right',
  281. 'weight' => '2',
  282. 'has_required' => FALSE,
  283. 'title' => 'Target state',
  284. 'hidden' => 0,
  285. ),
  286. 'title_field' => array(
  287. 'region' => 'main',
  288. 'weight' => '0',
  289. 'has_required' => TRUE,
  290. 'title' => 'Titre',
  291. ),
  292. );
  293. $export['nodeformscols_field_placements_documentair_default'] = $strongarm;
  294. $strongarm = new stdClass();
  295. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  296. $strongarm->api_version = 1;
  297. $strongarm->name = 'nodeformscols_field_placements_episode_default';
  298. $strongarm->value = array(
  299. 'title' => array(
  300. 'region' => 'main',
  301. 'weight' => '0',
  302. 'has_required' => TRUE,
  303. 'title' => 'Titre',
  304. ),
  305. 'additional_settings' => array(
  306. 'region' => 'footer',
  307. 'weight' => '0',
  308. 'has_required' => FALSE,
  309. 'title' => 'Vertical tabs',
  310. 'hidden' => 0,
  311. ),
  312. 'actions' => array(
  313. 'region' => 'right',
  314. 'weight' => '3',
  315. 'has_required' => FALSE,
  316. 'title' => 'Enregistrer',
  317. 'hidden' => 0,
  318. ),
  319. 'entity_translation_entity_form_language_update' => array(
  320. 'region' => 'footer',
  321. 'weight' => '1',
  322. 'has_required' => FALSE,
  323. 'title' => NULL,
  324. 'hidden' => 0,
  325. ),
  326. 'field_habiter' => array(
  327. 'region' => 'right',
  328. 'weight' => '0',
  329. 'has_required' => FALSE,
  330. 'title' => 'Habiter',
  331. 'hidden' => 1,
  332. ),
  333. 'field_thematique' => array(
  334. 'region' => 'right',
  335. 'weight' => '1',
  336. 'has_required' => FALSE,
  337. 'title' => 'Thématique',
  338. 'hidden' => 0,
  339. ),
  340. 'group_htabs' => array(
  341. 'region' => 'main',
  342. 'weight' => '3',
  343. 'has_required' => FALSE,
  344. 'title' => 'htabs (Field group)',
  345. 'hidden' => 0,
  346. ),
  347. 'group_texte' => array(
  348. 'region' => 'main',
  349. 'weight' => '9',
  350. 'has_required' => FALSE,
  351. 'title' => 'Texte (Field group)',
  352. 'hidden' => 0,
  353. ),
  354. 'group_video' => array(
  355. 'region' => 'main',
  356. 'weight' => '10',
  357. 'has_required' => FALSE,
  358. 'title' => 'Video (Field group)',
  359. 'hidden' => 0,
  360. ),
  361. 'workflow' => array(
  362. 'region' => 'right',
  363. 'weight' => '2',
  364. 'has_required' => FALSE,
  365. 'title' => 'Brouillon',
  366. 'hidden' => 0,
  367. ),
  368. );
  369. $export['nodeformscols_field_placements_episode_default'] = $strongarm;
  370. $strongarm = new stdClass();
  371. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  372. $strongarm->api_version = 1;
  373. $strongarm->name = 'nodeformscols_field_placements_thematique_default';
  374. $strongarm->value = array(
  375. 'title' => array(
  376. 'region' => 'main',
  377. 'weight' => '0',
  378. 'has_required' => TRUE,
  379. 'title' => 'Titre',
  380. ),
  381. 'additional_settings' => array(
  382. 'region' => 'footer',
  383. 'weight' => '1',
  384. 'has_required' => FALSE,
  385. 'title' => 'Vertical tabs',
  386. 'hidden' => 0,
  387. ),
  388. 'actions' => array(
  389. 'region' => 'right',
  390. 'weight' => '4',
  391. 'has_required' => FALSE,
  392. 'title' => 'Enregistrer',
  393. 'hidden' => 0,
  394. ),
  395. 'entity_translation_entity_form_language_update' => array(
  396. 'region' => 'right',
  397. 'weight' => '2',
  398. 'has_required' => FALSE,
  399. 'title' => NULL,
  400. 'hidden' => 0,
  401. ),
  402. 'field_ecouter' => array(
  403. 'region' => 'right',
  404. 'weight' => '1',
  405. 'has_required' => FALSE,
  406. 'title' => 'Écouter',
  407. 'hidden' => 1,
  408. ),
  409. 'group_htabs' => array(
  410. 'region' => 'main',
  411. 'weight' => '1',
  412. 'has_required' => FALSE,
  413. 'title' => 'htabs (Field group)',
  414. 'hidden' => 0,
  415. ),
  416. 'group_texte' => array(
  417. 'region' => 'main',
  418. 'weight' => '7',
  419. 'has_required' => FALSE,
  420. 'title' => 'Texte (Field group)',
  421. 'hidden' => 0,
  422. ),
  423. 'group_episodes' => array(
  424. 'region' => 'main',
  425. 'weight' => '9',
  426. 'has_required' => FALSE,
  427. 'title' => 'Épisodes (Field group)',
  428. 'hidden' => 0,
  429. ),
  430. 'workflow' => array(
  431. 'region' => 'right',
  432. 'weight' => '3',
  433. 'has_required' => FALSE,
  434. 'title' => 'Target state',
  435. 'hidden' => 0,
  436. ),
  437. 'field_poid' => array(
  438. 'region' => 'right',
  439. 'weight' => '0',
  440. 'has_required' => TRUE,
  441. 'title' => 'Poid',
  442. ),
  443. 'group_eclairage' => array(
  444. 'region' => 'main',
  445. 'weight' => '108',
  446. 'has_required' => FALSE,
  447. 'title' => 'Éclairages (Field group)',
  448. 'hidden' => 0,
  449. ),
  450. );
  451. $export['nodeformscols_field_placements_thematique_default'] = $strongarm;
  452. $strongarm = new stdClass();
  453. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  454. $strongarm->api_version = 1;
  455. $strongarm->name = 'node_options_documentair';
  456. $strongarm->value = array(
  457. 0 => 'status',
  458. );
  459. $export['node_options_documentair'] = $strongarm;
  460. $strongarm = new stdClass();
  461. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  462. $strongarm->api_version = 1;
  463. $strongarm->name = 'node_options_episode';
  464. $strongarm->value = array(
  465. 0 => 'status',
  466. );
  467. $export['node_options_episode'] = $strongarm;
  468. $strongarm = new stdClass();
  469. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  470. $strongarm->api_version = 1;
  471. $strongarm->name = 'node_options_thematique';
  472. $strongarm->value = array(
  473. 0 => 'status',
  474. );
  475. $export['node_options_thematique'] = $strongarm;
  476. $strongarm = new stdClass();
  477. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  478. $strongarm->api_version = 1;
  479. $strongarm->name = 'node_preview_documentair';
  480. $strongarm->value = '0';
  481. $export['node_preview_documentair'] = $strongarm;
  482. $strongarm = new stdClass();
  483. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  484. $strongarm->api_version = 1;
  485. $strongarm->name = 'node_preview_episode';
  486. $strongarm->value = '0';
  487. $export['node_preview_episode'] = $strongarm;
  488. $strongarm = new stdClass();
  489. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  490. $strongarm->api_version = 1;
  491. $strongarm->name = 'node_preview_thematique';
  492. $strongarm->value = '0';
  493. $export['node_preview_thematique'] = $strongarm;
  494. $strongarm = new stdClass();
  495. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  496. $strongarm->api_version = 1;
  497. $strongarm->name = 'node_submitted_documentair';
  498. $strongarm->value = 0;
  499. $export['node_submitted_documentair'] = $strongarm;
  500. $strongarm = new stdClass();
  501. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  502. $strongarm->api_version = 1;
  503. $strongarm->name = 'node_submitted_episode';
  504. $strongarm->value = 0;
  505. $export['node_submitted_episode'] = $strongarm;
  506. $strongarm = new stdClass();
  507. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  508. $strongarm->api_version = 1;
  509. $strongarm->name = 'node_submitted_thematique';
  510. $strongarm->value = 0;
  511. $export['node_submitted_thematique'] = $strongarm;
  512. $strongarm = new stdClass();
  513. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  514. $strongarm->api_version = 1;
  515. $strongarm->name = 'pathauto_node_documentair_pattern';
  516. $strongarm->value = '';
  517. $export['pathauto_node_documentair_pattern'] = $strongarm;
  518. $strongarm = new stdClass();
  519. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  520. $strongarm->api_version = 1;
  521. $strongarm->name = 'pathauto_node_episode_pattern';
  522. $strongarm->value = '';
  523. $export['pathauto_node_episode_pattern'] = $strongarm;
  524. $strongarm = new stdClass();
  525. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  526. $strongarm->api_version = 1;
  527. $strongarm->name = 'pathauto_node_thematique_pattern';
  528. $strongarm->value = '[node:title]';
  529. $export['pathauto_node_thematique_pattern'] = $strongarm;
  530. $strongarm = new stdClass();
  531. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  532. $strongarm->api_version = 1;
  533. $strongarm->name = 'pathauto_taxonomy_term_actions_pattern';
  534. $strongarm->value = '';
  535. $export['pathauto_taxonomy_term_actions_pattern'] = $strongarm;
  536. $strongarm = new stdClass();
  537. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  538. $strongarm->api_version = 1;
  539. $strongarm->name = 'workflow_documentair';
  540. $strongarm->value = array(
  541. 0 => 'node',
  542. );
  543. $export['workflow_documentair'] = $strongarm;
  544. $strongarm = new stdClass();
  545. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  546. $strongarm->api_version = 1;
  547. $strongarm->name = 'workflow_episode';
  548. $strongarm->value = array(
  549. 0 => 'node',
  550. );
  551. $export['workflow_episode'] = $strongarm;
  552. $strongarm = new stdClass();
  553. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  554. $strongarm->api_version = 1;
  555. $strongarm->name = 'workflow_thematique';
  556. $strongarm->value = array(
  557. 0 => 'node',
  558. );
  559. $export['workflow_thematique'] = $strongarm;
  560. return $export;
  561. }