clameurs.strongarm.inc 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823
  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 = 'piwik_cache';
  540. $strongarm->value = 1;
  541. $export['piwik_cache'] = $strongarm;
  542. $strongarm = new stdClass();
  543. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  544. $strongarm->api_version = 1;
  545. $strongarm->name = 'piwik_codesnippet_after';
  546. $strongarm->value = '';
  547. $export['piwik_codesnippet_after'] = $strongarm;
  548. $strongarm = new stdClass();
  549. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  550. $strongarm->api_version = 1;
  551. $strongarm->name = 'piwik_codesnippet_before';
  552. $strongarm->value = '';
  553. $export['piwik_codesnippet_before'] = $strongarm;
  554. $strongarm = new stdClass();
  555. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  556. $strongarm->api_version = 1;
  557. $strongarm->name = 'piwik_custom';
  558. $strongarm->value = '0';
  559. $export['piwik_custom'] = $strongarm;
  560. $strongarm = new stdClass();
  561. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  562. $strongarm->api_version = 1;
  563. $strongarm->name = 'piwik_custom_var';
  564. $strongarm->value = array(
  565. 'slots' => array(
  566. 1 => array(
  567. 'slot' => 1,
  568. 'name' => '',
  569. 'value' => '',
  570. 'scope' => 'visit',
  571. ),
  572. 2 => array(
  573. 'slot' => 2,
  574. 'name' => '',
  575. 'value' => '',
  576. 'scope' => 'visit',
  577. ),
  578. 3 => array(
  579. 'slot' => 3,
  580. 'name' => '',
  581. 'value' => '',
  582. 'scope' => 'visit',
  583. ),
  584. 4 => array(
  585. 'slot' => 4,
  586. 'name' => '',
  587. 'value' => '',
  588. 'scope' => 'visit',
  589. ),
  590. 5 => array(
  591. 'slot' => 5,
  592. 'name' => '',
  593. 'value' => '',
  594. 'scope' => 'visit',
  595. ),
  596. ),
  597. );
  598. $export['piwik_custom_var'] = $strongarm;
  599. $strongarm = new stdClass();
  600. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  601. $strongarm->api_version = 1;
  602. $strongarm->name = 'piwik_domain_mode';
  603. $strongarm->value = '0';
  604. $export['piwik_domain_mode'] = $strongarm;
  605. $strongarm = new stdClass();
  606. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  607. $strongarm->api_version = 1;
  608. $strongarm->name = 'piwik_js_scope';
  609. $strongarm->value = 'header';
  610. $export['piwik_js_scope'] = $strongarm;
  611. $strongarm = new stdClass();
  612. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  613. $strongarm->api_version = 1;
  614. $strongarm->name = 'piwik_pages';
  615. $strongarm->value = 'admin
  616. admin/*
  617. batch
  618. node/add*
  619. node/*/*
  620. user/*/*';
  621. $export['piwik_pages'] = $strongarm;
  622. $strongarm = new stdClass();
  623. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  624. $strongarm->api_version = 1;
  625. $strongarm->name = 'piwik_page_title_hierarchy';
  626. $strongarm->value = 1;
  627. $export['piwik_page_title_hierarchy'] = $strongarm;
  628. $strongarm = new stdClass();
  629. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  630. $strongarm->api_version = 1;
  631. $strongarm->name = 'piwik_page_title_hierarchy_exclude_home';
  632. $strongarm->value = 1;
  633. $export['piwik_page_title_hierarchy_exclude_home'] = $strongarm;
  634. $strongarm = new stdClass();
  635. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  636. $strongarm->api_version = 1;
  637. $strongarm->name = 'piwik_privacy_donottrack';
  638. $strongarm->value = 1;
  639. $export['piwik_privacy_donottrack'] = $strongarm;
  640. $strongarm = new stdClass();
  641. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  642. $strongarm->api_version = 1;
  643. $strongarm->name = 'piwik_roles';
  644. $strongarm->value = array(
  645. 1 => 0,
  646. 2 => 0,
  647. 3 => 0,
  648. 4 => 0,
  649. );
  650. $export['piwik_roles'] = $strongarm;
  651. $strongarm = new stdClass();
  652. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  653. $strongarm->api_version = 1;
  654. $strongarm->name = 'piwik_site_id';
  655. $strongarm->value = '1';
  656. $export['piwik_site_id'] = $strongarm;
  657. $strongarm = new stdClass();
  658. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  659. $strongarm->api_version = 1;
  660. $strongarm->name = 'piwik_site_search';
  661. $strongarm->value = FALSE;
  662. $export['piwik_site_search'] = $strongarm;
  663. $strongarm = new stdClass();
  664. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  665. $strongarm->api_version = 1;
  666. $strongarm->name = 'piwik_track';
  667. $strongarm->value = 1;
  668. $export['piwik_track'] = $strongarm;
  669. $strongarm = new stdClass();
  670. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  671. $strongarm->api_version = 1;
  672. $strongarm->name = 'piwik_trackcolorbox';
  673. $strongarm->value = 1;
  674. $export['piwik_trackcolorbox'] = $strongarm;
  675. $strongarm = new stdClass();
  676. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  677. $strongarm->api_version = 1;
  678. $strongarm->name = 'piwik_trackfiles_extensions';
  679. $strongarm->value = '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip';
  680. $export['piwik_trackfiles_extensions'] = $strongarm;
  681. $strongarm = new stdClass();
  682. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  683. $strongarm->api_version = 1;
  684. $strongarm->name = 'piwik_trackmailto';
  685. $strongarm->value = 1;
  686. $export['piwik_trackmailto'] = $strongarm;
  687. $strongarm = new stdClass();
  688. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  689. $strongarm->api_version = 1;
  690. $strongarm->name = 'piwik_trackmessages';
  691. $strongarm->value = array(
  692. 'status' => 'status',
  693. 'warning' => 'warning',
  694. 'error' => 'error',
  695. );
  696. $export['piwik_trackmessages'] = $strongarm;
  697. $strongarm = new stdClass();
  698. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  699. $strongarm->api_version = 1;
  700. $strongarm->name = 'piwik_trackuserid';
  701. $strongarm->value = 0;
  702. $export['piwik_trackuserid'] = $strongarm;
  703. $strongarm = new stdClass();
  704. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  705. $strongarm->api_version = 1;
  706. $strongarm->name = 'piwik_translation_set';
  707. $strongarm->value = 0;
  708. $export['piwik_translation_set'] = $strongarm;
  709. $strongarm = new stdClass();
  710. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  711. $strongarm->api_version = 1;
  712. $strongarm->name = 'piwik_url_http';
  713. $strongarm->value = 'http://piwik.figureslibres.io/';
  714. $export['piwik_url_http'] = $strongarm;
  715. $strongarm = new stdClass();
  716. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  717. $strongarm->api_version = 1;
  718. $strongarm->name = 'piwik_url_https';
  719. $strongarm->value = '';
  720. $export['piwik_url_https'] = $strongarm;
  721. $strongarm = new stdClass();
  722. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  723. $strongarm->api_version = 1;
  724. $strongarm->name = 'piwik_url_skiperror';
  725. $strongarm->value = '';
  726. $export['piwik_url_skiperror'] = $strongarm;
  727. $strongarm = new stdClass();
  728. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  729. $strongarm->api_version = 1;
  730. $strongarm->name = 'piwik_visibility_pages';
  731. $strongarm->value = '0';
  732. $export['piwik_visibility_pages'] = $strongarm;
  733. $strongarm = new stdClass();
  734. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  735. $strongarm->api_version = 1;
  736. $strongarm->name = 'piwik_visibility_roles';
  737. $strongarm->value = '0';
  738. $export['piwik_visibility_roles'] = $strongarm;
  739. $strongarm = new stdClass();
  740. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  741. $strongarm->api_version = 1;
  742. $strongarm->name = 'workflow_documentair';
  743. $strongarm->value = array(
  744. 0 => 'node',
  745. );
  746. $export['workflow_documentair'] = $strongarm;
  747. $strongarm = new stdClass();
  748. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  749. $strongarm->api_version = 1;
  750. $strongarm->name = 'workflow_episode';
  751. $strongarm->value = array(
  752. 0 => 'node',
  753. );
  754. $export['workflow_episode'] = $strongarm;
  755. $strongarm = new stdClass();
  756. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  757. $strongarm->api_version = 1;
  758. $strongarm->name = 'workflow_thematique';
  759. $strongarm->value = array(
  760. 0 => 'node',
  761. );
  762. $export['workflow_thematique'] = $strongarm;
  763. return $export;
  764. }