clameurs.strongarm.inc 17 KB

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