materio_administration.strongarm.inc 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  1. <?php
  2. /**
  3. * @file
  4. * materio_administration.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function materio_administration_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 = 'admin_menu_cache_client';
  15. $strongarm->value = 0;
  16. $export['admin_menu_cache_client'] = $strongarm;
  17. $strongarm = new stdClass();
  18. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  19. $strongarm->api_version = 1;
  20. $strongarm->name = 'admin_menu_devel_modules_enabled';
  21. $strongarm->value = array(
  22. 'field_ui' => 'field_ui',
  23. 'l10n_update' => 'l10n_update',
  24. 'views_ui' => 'views_ui',
  25. 'devel' => 'devel',
  26. );
  27. $export['admin_menu_devel_modules_enabled'] = $strongarm;
  28. $strongarm = new stdClass();
  29. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  30. $strongarm->api_version = 1;
  31. $strongarm->name = 'admin_menu_devel_modules_skip';
  32. $strongarm->value = array(
  33. 'admin_devel' => 0,
  34. 'devel' => 0,
  35. 'devel_node_access' => 0,
  36. 'field_ui' => 0,
  37. 'l10n_update' => 0,
  38. 'views_ui' => 0,
  39. );
  40. $export['admin_menu_devel_modules_skip'] = $strongarm;
  41. $strongarm = new stdClass();
  42. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  43. $strongarm->api_version = 1;
  44. $strongarm->name = 'admin_menu_display';
  45. $strongarm->value = 'plid';
  46. $export['admin_menu_display'] = $strongarm;
  47. $strongarm = new stdClass();
  48. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  49. $strongarm->api_version = 1;
  50. $strongarm->name = 'admin_menu_margin_top';
  51. $strongarm->value = 1;
  52. $export['admin_menu_margin_top'] = $strongarm;
  53. $strongarm = new stdClass();
  54. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  55. $strongarm->api_version = 1;
  56. $strongarm->name = 'admin_menu_position_fixed';
  57. $strongarm->value = 1;
  58. $export['admin_menu_position_fixed'] = $strongarm;
  59. $strongarm = new stdClass();
  60. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  61. $strongarm->api_version = 1;
  62. $strongarm->name = 'admin_menu_show_all';
  63. $strongarm->value = 0;
  64. $export['admin_menu_show_all'] = $strongarm;
  65. $strongarm = new stdClass();
  66. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  67. $strongarm->api_version = 1;
  68. $strongarm->name = 'admin_menu_source_settings';
  69. $strongarm->value = array(
  70. 1 => array(
  71. 'source' => '',
  72. ),
  73. 2 => array(
  74. 'source' => '',
  75. ),
  76. 9 => array(
  77. 'source' => '',
  78. ),
  79. 7 => array(
  80. 'source' => '',
  81. ),
  82. 10 => array(
  83. 'source' => '',
  84. ),
  85. 11 => array(
  86. 'source' => '',
  87. ),
  88. 6 => array(
  89. 'source' => '',
  90. ),
  91. 5 => array(
  92. 'source' => '',
  93. ),
  94. 8 => array(
  95. 'source' => '',
  96. ),
  97. 12 => array(
  98. 'source' => 'navigation',
  99. ),
  100. 3 => array(
  101. 'source' => 'navigation',
  102. ),
  103. 4 => array(
  104. 'source' => '',
  105. ),
  106. 13 => array(
  107. 'source' => 'navigation',
  108. ),
  109. );
  110. $export['admin_menu_source_settings'] = $strongarm;
  111. $strongarm = new stdClass();
  112. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  113. $strongarm->api_version = 1;
  114. $strongarm->name = 'admin_menu_tweak_modules';
  115. $strongarm->value = 0;
  116. $export['admin_menu_tweak_modules'] = $strongarm;
  117. $strongarm = new stdClass();
  118. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  119. $strongarm->api_version = 1;
  120. $strongarm->name = 'admin_menu_tweak_permissions';
  121. $strongarm->value = 0;
  122. $export['admin_menu_tweak_permissions'] = $strongarm;
  123. $strongarm = new stdClass();
  124. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  125. $strongarm->api_version = 1;
  126. $strongarm->name = 'admin_menu_tweak_tabs';
  127. $strongarm->value = 0;
  128. $export['admin_menu_tweak_tabs'] = $strongarm;
  129. $strongarm = new stdClass();
  130. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  131. $strongarm->api_version = 1;
  132. $strongarm->name = 'admin_theme';
  133. $strongarm->value = 'guibik';
  134. $export['admin_theme'] = $strongarm;
  135. $strongarm = new stdClass();
  136. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  137. $strongarm->api_version = 1;
  138. $strongarm->name = 'content_type_extras_title_hide_breve';
  139. $strongarm->value = 0;
  140. $export['content_type_extras_title_hide_breve'] = $strongarm;
  141. $strongarm = new stdClass();
  142. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  143. $strongarm->api_version = 1;
  144. $strongarm->name = 'content_type_extras_title_hide_company';
  145. $strongarm->value = 0;
  146. $export['content_type_extras_title_hide_company'] = $strongarm;
  147. $strongarm = new stdClass();
  148. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  149. $strongarm->api_version = 1;
  150. $strongarm->name = 'content_type_extras_title_hide_didactique';
  151. $strongarm->value = 0;
  152. $export['content_type_extras_title_hide_didactique'] = $strongarm;
  153. $strongarm = new stdClass();
  154. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  155. $strongarm->api_version = 1;
  156. $strongarm->name = 'content_type_extras_title_hide_materiau';
  157. $strongarm->value = 0;
  158. $export['content_type_extras_title_hide_materiau'] = $strongarm;
  159. $strongarm = new stdClass();
  160. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  161. $strongarm->api_version = 1;
  162. $strongarm->name = 'entity_translation_entity_types';
  163. $strongarm->value = array(
  164. 'node' => 'node',
  165. 'taxonomy_term' => 'taxonomy_term',
  166. 'user' => 0,
  167. );
  168. $export['entity_translation_entity_types'] = $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 = 'entity_translation_hide_translation_links_breve';
  173. $strongarm->value = 1;
  174. $export['entity_translation_hide_translation_links_breve'] = $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 = 'entity_translation_hide_translation_links_company';
  179. $strongarm->value = 1;
  180. $export['entity_translation_hide_translation_links_company'] = $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 = 'entity_translation_hide_translation_links_didactique';
  185. $strongarm->value = 0;
  186. $export['entity_translation_hide_translation_links_didactique'] = $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 = 'entity_translation_hide_translation_links_faq';
  191. $strongarm->value = 1;
  192. $export['entity_translation_hide_translation_links_faq'] = $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 = 'entity_translation_hide_translation_links_looping_embed_video';
  197. $strongarm->value = 0;
  198. $export['entity_translation_hide_translation_links_looping_embed_video'] = $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 = 'entity_translation_hide_translation_links_materiau';
  203. $strongarm->value = 1;
  204. $export['entity_translation_hide_translation_links_materiau'] = $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 = 'entity_translation_hide_translation_links_page';
  209. $strongarm->value = 1;
  210. $export['entity_translation_hide_translation_links_page'] = $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 = 'entity_translation_hide_translation_links_simplenews';
  215. $strongarm->value = 0;
  216. $export['entity_translation_hide_translation_links_simplenews'] = $strongarm;
  217. $strongarm = new stdClass();
  218. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  219. $strongarm->api_version = 1;
  220. $strongarm->name = 'entity_translation_hide_translation_links_static_page_plaintext';
  221. $strongarm->value = 1;
  222. $export['entity_translation_hide_translation_links_static_page_plaintext'] = $strongarm;
  223. $strongarm = new stdClass();
  224. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  225. $strongarm->api_version = 1;
  226. $strongarm->name = 'entity_translation_hide_translation_links_webform';
  227. $strongarm->value = 0;
  228. $export['entity_translation_hide_translation_links_webform'] = $strongarm;
  229. $strongarm = new stdClass();
  230. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  231. $strongarm->api_version = 1;
  232. $strongarm->name = 'entity_translation_node_metadata_breve';
  233. $strongarm->value = '0';
  234. $export['entity_translation_node_metadata_breve'] = $strongarm;
  235. $strongarm = new stdClass();
  236. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  237. $strongarm->api_version = 1;
  238. $strongarm->name = 'entity_translation_node_metadata_company';
  239. $strongarm->value = '0';
  240. $export['entity_translation_node_metadata_company'] = $strongarm;
  241. $strongarm = new stdClass();
  242. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  243. $strongarm->api_version = 1;
  244. $strongarm->name = 'entity_translation_node_metadata_contact_operationnel';
  245. $strongarm->value = '0';
  246. $export['entity_translation_node_metadata_contact_operationnel'] = $strongarm;
  247. $strongarm = new stdClass();
  248. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  249. $strongarm->api_version = 1;
  250. $strongarm->name = 'entity_translation_node_metadata_didactique';
  251. $strongarm->value = '0';
  252. $export['entity_translation_node_metadata_didactique'] = $strongarm;
  253. $strongarm = new stdClass();
  254. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  255. $strongarm->api_version = 1;
  256. $strongarm->name = 'entity_translation_node_metadata_faq';
  257. $strongarm->value = '0';
  258. $export['entity_translation_node_metadata_faq'] = $strongarm;
  259. $strongarm = new stdClass();
  260. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  261. $strongarm->api_version = 1;
  262. $strongarm->name = 'entity_translation_node_metadata_looping_embed_video';
  263. $strongarm->value = '0';
  264. $export['entity_translation_node_metadata_looping_embed_video'] = $strongarm;
  265. $strongarm = new stdClass();
  266. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  267. $strongarm->api_version = 1;
  268. $strongarm->name = 'entity_translation_node_metadata_materiau';
  269. $strongarm->value = '0';
  270. $export['entity_translation_node_metadata_materiau'] = $strongarm;
  271. $strongarm = new stdClass();
  272. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  273. $strongarm->api_version = 1;
  274. $strongarm->name = 'entity_translation_node_metadata_page';
  275. $strongarm->value = '0';
  276. $export['entity_translation_node_metadata_page'] = $strongarm;
  277. $strongarm = new stdClass();
  278. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  279. $strongarm->api_version = 1;
  280. $strongarm->name = 'entity_translation_node_metadata_simplenews';
  281. $strongarm->value = '0';
  282. $export['entity_translation_node_metadata_simplenews'] = $strongarm;
  283. $strongarm = new stdClass();
  284. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  285. $strongarm->api_version = 1;
  286. $strongarm->name = 'entity_translation_node_metadata_static_page_plaintext';
  287. $strongarm->value = '0';
  288. $export['entity_translation_node_metadata_static_page_plaintext'] = $strongarm;
  289. $strongarm = new stdClass();
  290. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  291. $strongarm->api_version = 1;
  292. $strongarm->name = 'entity_translation_node_metadata_webform';
  293. $strongarm->value = '0';
  294. $export['entity_translation_node_metadata_webform'] = $strongarm;
  295. $strongarm = new stdClass();
  296. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  297. $strongarm->api_version = 1;
  298. $strongarm->name = 'entity_translation_revision_enabled';
  299. $strongarm->value = FALSE;
  300. $export['entity_translation_revision_enabled'] = $strongarm;
  301. $strongarm = new stdClass();
  302. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  303. $strongarm->api_version = 1;
  304. $strongarm->name = 'entity_translation_settings_node__breve';
  305. $strongarm->value = array(
  306. 'default_language' => 'xx-et-default',
  307. 'hide_language_selector' => 0,
  308. 'exclude_language_none' => 1,
  309. 'lock_language' => 1,
  310. 'shared_fields_original_only' => 1,
  311. );
  312. $export['entity_translation_settings_node__breve'] = $strongarm;
  313. $strongarm = new stdClass();
  314. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  315. $strongarm->api_version = 1;
  316. $strongarm->name = 'entity_translation_settings_node__company';
  317. $strongarm->value = array(
  318. 'default_language' => 'und',
  319. 'hide_language_selector' => 0,
  320. 'exclude_language_none' => 0,
  321. 'lock_language' => 0,
  322. 'shared_fields_original_only' => 0,
  323. );
  324. $export['entity_translation_settings_node__company'] = $strongarm;
  325. $strongarm = new stdClass();
  326. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  327. $strongarm->api_version = 1;
  328. $strongarm->name = 'entity_translation_settings_node__didactique';
  329. $strongarm->value = array(
  330. 'default_language' => 'und',
  331. 'hide_language_selector' => 0,
  332. 'exclude_language_none' => 0,
  333. 'lock_language' => 0,
  334. 'shared_fields_original_only' => 0,
  335. );
  336. $export['entity_translation_settings_node__didactique'] = $strongarm;
  337. $strongarm = new stdClass();
  338. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  339. $strongarm->api_version = 1;
  340. $strongarm->name = 'entity_translation_settings_node__faq';
  341. $strongarm->value = array(
  342. 'default_language' => 'und',
  343. 'hide_language_selector' => 0,
  344. 'exclude_language_none' => 0,
  345. 'lock_language' => 0,
  346. 'shared_fields_original_only' => 0,
  347. );
  348. $export['entity_translation_settings_node__faq'] = $strongarm;
  349. $strongarm = new stdClass();
  350. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  351. $strongarm->api_version = 1;
  352. $strongarm->name = 'entity_translation_settings_node__looping_embed_video';
  353. $strongarm->value = array(
  354. 'default_language' => 'und',
  355. 'hide_language_selector' => 0,
  356. 'exclude_language_none' => 0,
  357. 'lock_language' => 0,
  358. 'shared_fields_original_only' => 0,
  359. );
  360. $export['entity_translation_settings_node__looping_embed_video'] = $strongarm;
  361. $strongarm = new stdClass();
  362. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  363. $strongarm->api_version = 1;
  364. $strongarm->name = 'entity_translation_settings_node__materiau';
  365. $strongarm->value = array(
  366. 'default_language' => 'xx-et-default',
  367. 'hide_language_selector' => 0,
  368. 'exclude_language_none' => 1,
  369. 'lock_language' => 1,
  370. 'shared_fields_original_only' => 1,
  371. );
  372. $export['entity_translation_settings_node__materiau'] = $strongarm;
  373. $strongarm = new stdClass();
  374. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  375. $strongarm->api_version = 1;
  376. $strongarm->name = 'entity_translation_settings_node__page';
  377. $strongarm->value = array(
  378. 'default_language' => 'und',
  379. 'hide_language_selector' => 0,
  380. 'exclude_language_none' => 0,
  381. 'lock_language' => 0,
  382. 'shared_fields_original_only' => 0,
  383. );
  384. $export['entity_translation_settings_node__page'] = $strongarm;
  385. $strongarm = new stdClass();
  386. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  387. $strongarm->api_version = 1;
  388. $strongarm->name = 'entity_translation_settings_node__publication';
  389. $strongarm->value = array(
  390. 'default_language' => 'und',
  391. 'hide_language_selector' => 0,
  392. 'exclude_language_none' => 0,
  393. 'lock_language' => 0,
  394. 'shared_fields_original_only' => 0,
  395. );
  396. $export['entity_translation_settings_node__publication'] = $strongarm;
  397. $strongarm = new stdClass();
  398. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  399. $strongarm->api_version = 1;
  400. $strongarm->name = 'entity_translation_settings_node__webform';
  401. $strongarm->value = array(
  402. 'default_language' => 'xx-et-default',
  403. 'hide_language_selector' => 1,
  404. 'exclude_language_none' => 0,
  405. 'lock_language' => 0,
  406. 'shared_fields_original_only' => 0,
  407. );
  408. $export['entity_translation_settings_node__webform'] = $strongarm;
  409. $strongarm = new stdClass();
  410. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  411. $strongarm->api_version = 1;
  412. $strongarm->name = 'entity_translation_settings_taxonomy_term__catalog';
  413. $strongarm->value = array(
  414. 'default_language' => 'xx-et-default',
  415. 'hide_language_selector' => 1,
  416. 'exclude_language_none' => 0,
  417. 'lock_language' => 0,
  418. 'shared_fields_original_only' => 0,
  419. );
  420. $export['entity_translation_settings_taxonomy_term__catalog'] = $strongarm;
  421. $strongarm = new stdClass();
  422. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  423. $strongarm->api_version = 1;
  424. $strongarm->name = 'entity_translation_settings_taxonomy_term__company';
  425. $strongarm->value = array(
  426. 'default_language' => 'und',
  427. 'hide_language_selector' => 1,
  428. 'exclude_language_none' => 0,
  429. 'lock_language' => 0,
  430. 'shared_fields_original_only' => 0,
  431. );
  432. $export['entity_translation_settings_taxonomy_term__company'] = $strongarm;
  433. $strongarm = new stdClass();
  434. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  435. $strongarm->api_version = 1;
  436. $strongarm->name = 'entity_translation_settings_taxonomy_term__faq_categories';
  437. $strongarm->value = array(
  438. 'default_language' => 'xx-et-default',
  439. 'hide_language_selector' => 1,
  440. 'exclude_language_none' => 0,
  441. 'lock_language' => 0,
  442. 'shared_fields_original_only' => 0,
  443. );
  444. $export['entity_translation_settings_taxonomy_term__faq_categories'] = $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 = 'entity_translation_settings_taxonomy_term__newsletter';
  449. $strongarm->value = array(
  450. 'default_language' => 'xx-et-default',
  451. 'hide_language_selector' => 1,
  452. 'exclude_language_none' => 0,
  453. 'lock_language' => 0,
  454. 'shared_fields_original_only' => 0,
  455. );
  456. $export['entity_translation_settings_taxonomy_term__newsletter'] = $strongarm;
  457. $strongarm = new stdClass();
  458. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  459. $strongarm->api_version = 1;
  460. $strongarm->name = 'entity_translation_settings_taxonomy_term__onthologie';
  461. $strongarm->value = array(
  462. 'default_language' => 'xx-et-default',
  463. 'hide_language_selector' => 0,
  464. 'exclude_language_none' => 0,
  465. 'lock_language' => 0,
  466. 'shared_fields_original_only' => 0,
  467. );
  468. $export['entity_translation_settings_taxonomy_term__onthologie'] = $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 = 'entity_translation_settings_taxonomy_term__tag_libres';
  473. $strongarm->value = array(
  474. 'default_language' => 'xx-et-default',
  475. 'hide_language_selector' => 0,
  476. 'exclude_language_none' => 0,
  477. 'lock_language' => 0,
  478. 'shared_fields_original_only' => 0,
  479. );
  480. $export['entity_translation_settings_taxonomy_term__tag_libres'] = $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 = 'entity_translation_shared_labels';
  485. $strongarm->value = 1;
  486. $export['entity_translation_shared_labels'] = $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 = 'entity_translation_show_fallback_on_overview_pages';
  491. $strongarm->value = 0;
  492. $export['entity_translation_show_fallback_on_overview_pages'] = $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 = 'entity_translation_workflow_enabled';
  497. $strongarm->value = 1;
  498. $export['entity_translation_workflow_enabled'] = $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 = 'logintoboggan_confirm_email_at_registration';
  503. $strongarm->value = '0';
  504. $export['logintoboggan_confirm_email_at_registration'] = $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 = 'logintoboggan_immediate_login_on_register';
  509. $strongarm->value = 1;
  510. $export['logintoboggan_immediate_login_on_register'] = $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 = 'logintoboggan_login_successful_message';
  515. $strongarm->value = '0';
  516. $export['logintoboggan_login_successful_message'] = $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 = 'logintoboggan_login_with_email';
  521. $strongarm->value = '1';
  522. $export['logintoboggan_login_with_email'] = $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 = 'logintoboggan_minimum_password_length';
  527. $strongarm->value = '0';
  528. $export['logintoboggan_minimum_password_length'] = $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 = 'logintoboggan_override_destination_parameter';
  533. $strongarm->value = 0;
  534. $export['logintoboggan_override_destination_parameter'] = $strongarm;
  535. $strongarm = new stdClass();
  536. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  537. $strongarm->api_version = 1;
  538. $strongarm->name = 'logintoboggan_pre_auth_role';
  539. $strongarm->value = '9';
  540. $export['logintoboggan_pre_auth_role'] = $strongarm;
  541. $strongarm = new stdClass();
  542. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  543. $strongarm->api_version = 1;
  544. $strongarm->name = 'logintoboggan_purge_unvalidated_user_interval';
  545. $strongarm->value = '604800';
  546. $export['logintoboggan_purge_unvalidated_user_interval'] = $strongarm;
  547. $strongarm = new stdClass();
  548. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  549. $strongarm->api_version = 1;
  550. $strongarm->name = 'logintoboggan_redirect_on_confirm';
  551. $strongarm->value = 'user/%uid/edit';
  552. $export['logintoboggan_redirect_on_confirm'] = $strongarm;
  553. $strongarm = new stdClass();
  554. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  555. $strongarm->api_version = 1;
  556. $strongarm->name = 'logintoboggan_redirect_on_register';
  557. $strongarm->value = '';
  558. $export['logintoboggan_redirect_on_register'] = $strongarm;
  559. $strongarm = new stdClass();
  560. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  561. $strongarm->api_version = 1;
  562. $strongarm->name = 'logintoboggan_unified_login';
  563. $strongarm->value = 0;
  564. $export['logintoboggan_unified_login'] = $strongarm;
  565. $strongarm = new stdClass();
  566. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  567. $strongarm->api_version = 1;
  568. $strongarm->name = 'login_destination_immediate_redirect';
  569. $strongarm->value = 1;
  570. $export['login_destination_immediate_redirect'] = $strongarm;
  571. $strongarm = new stdClass();
  572. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  573. $strongarm->api_version = 1;
  574. $strongarm->name = 'login_destination_preserve_destination';
  575. $strongarm->value = 0;
  576. $export['login_destination_preserve_destination'] = $strongarm;
  577. $strongarm = new stdClass();
  578. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  579. $strongarm->api_version = 1;
  580. $strongarm->name = 'site_frontpage';
  581. $strongarm->value = 'home';
  582. $export['site_frontpage'] = $strongarm;
  583. $strongarm = new stdClass();
  584. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  585. $strongarm->api_version = 1;
  586. $strongarm->name = 'title_node';
  587. $strongarm->value = array(
  588. 'auto_attach' => array(
  589. 'title' => 0,
  590. ),
  591. 'hide_label' => array(
  592. 'page' => 'page',
  593. 'entity' => 'entity',
  594. ),
  595. );
  596. $export['title_node'] = $strongarm;
  597. $strongarm = new stdClass();
  598. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  599. $strongarm->api_version = 1;
  600. $strongarm->name = 'title_taxonomy_term';
  601. $strongarm->value = array(
  602. 'auto_attach' => array(
  603. 'name' => 'name',
  604. 'description' => 'description',
  605. ),
  606. 'hide_label' => array(
  607. 'page' => 'page',
  608. 'entity' => 'entity',
  609. ),
  610. );
  611. $export['title_taxonomy_term'] = $strongarm;
  612. $strongarm = new stdClass();
  613. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  614. $strongarm->api_version = 1;
  615. $strongarm->name = 'workflow_access_priority';
  616. $strongarm->value = '0';
  617. $export['workflow_access_priority'] = $strongarm;
  618. $strongarm = new stdClass();
  619. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  620. $strongarm->api_version = 1;
  621. $strongarm->name = 'workflow_breve';
  622. $strongarm->value = array(
  623. 0 => 'node',
  624. );
  625. $export['workflow_breve'] = $strongarm;
  626. $strongarm = new stdClass();
  627. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  628. $strongarm->api_version = 1;
  629. $strongarm->name = 'workflow_company';
  630. $strongarm->value = array(
  631. 0 => 'node',
  632. );
  633. $export['workflow_company'] = $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 = 'workflow_contact_operationnel';
  638. $strongarm->value = array(
  639. 0 => 'node',
  640. );
  641. $export['workflow_contact_operationnel'] = $strongarm;
  642. $strongarm = new stdClass();
  643. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  644. $strongarm->api_version = 1;
  645. $strongarm->name = 'workflow_didactique';
  646. $strongarm->value = array(
  647. 0 => 'node',
  648. );
  649. $export['workflow_didactique'] = $strongarm;
  650. $strongarm = new stdClass();
  651. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  652. $strongarm->api_version = 1;
  653. $strongarm->name = 'workflow_faq';
  654. $strongarm->value = array(
  655. 0 => 'node',
  656. );
  657. $export['workflow_faq'] = $strongarm;
  658. $strongarm = new stdClass();
  659. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  660. $strongarm->api_version = 1;
  661. $strongarm->name = 'workflow_looping_embed_video';
  662. $strongarm->value = array(
  663. 0 => 'node',
  664. );
  665. $export['workflow_looping_embed_video'] = $strongarm;
  666. $strongarm = new stdClass();
  667. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  668. $strongarm->api_version = 1;
  669. $strongarm->name = 'workflow_materiau';
  670. $strongarm->value = array(
  671. 0 => 'node',
  672. );
  673. $export['workflow_materiau'] = $strongarm;
  674. $strongarm = new stdClass();
  675. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  676. $strongarm->api_version = 1;
  677. $strongarm->name = 'workflow_page';
  678. $strongarm->value = array(
  679. 0 => 'node',
  680. );
  681. $export['workflow_page'] = $strongarm;
  682. $strongarm = new stdClass();
  683. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  684. $strongarm->api_version = 1;
  685. $strongarm->name = 'workflow_panel';
  686. $strongarm->value = array(
  687. 0 => 'node',
  688. );
  689. $export['workflow_panel'] = $strongarm;
  690. $strongarm = new stdClass();
  691. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  692. $strongarm->api_version = 1;
  693. $strongarm->name = 'workflow_product';
  694. $strongarm->value = array(
  695. 0 => 'node',
  696. );
  697. $export['workflow_product'] = $strongarm;
  698. $strongarm = new stdClass();
  699. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  700. $strongarm->api_version = 1;
  701. $strongarm->name = 'workflow_simplenews';
  702. $strongarm->value = array(
  703. 0 => 'node',
  704. );
  705. $export['workflow_simplenews'] = $strongarm;
  706. $strongarm = new stdClass();
  707. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  708. $strongarm->api_version = 1;
  709. $strongarm->name = 'workflow_webform';
  710. $strongarm->value = array(
  711. 0 => 'node',
  712. );
  713. $export['workflow_webform'] = $strongarm;
  714. return $export;
  715. }