materio_administration.strongarm.inc 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  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_tweak_modules';
  69. $strongarm->value = 0;
  70. $export['admin_menu_tweak_modules'] = $strongarm;
  71. $strongarm = new stdClass();
  72. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  73. $strongarm->api_version = 1;
  74. $strongarm->name = 'admin_menu_tweak_permissions';
  75. $strongarm->value = 0;
  76. $export['admin_menu_tweak_permissions'] = $strongarm;
  77. $strongarm = new stdClass();
  78. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  79. $strongarm->api_version = 1;
  80. $strongarm->name = 'admin_menu_tweak_tabs';
  81. $strongarm->value = 0;
  82. $export['admin_menu_tweak_tabs'] = $strongarm;
  83. $strongarm = new stdClass();
  84. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  85. $strongarm->api_version = 1;
  86. $strongarm->name = 'content_type_extras_title_hide_breve';
  87. $strongarm->value = 0;
  88. $export['content_type_extras_title_hide_breve'] = $strongarm;
  89. $strongarm = new stdClass();
  90. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  91. $strongarm->api_version = 1;
  92. $strongarm->name = 'content_type_extras_title_hide_company';
  93. $strongarm->value = 0;
  94. $export['content_type_extras_title_hide_company'] = $strongarm;
  95. $strongarm = new stdClass();
  96. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  97. $strongarm->api_version = 1;
  98. $strongarm->name = 'content_type_extras_title_hide_didactique';
  99. $strongarm->value = 0;
  100. $export['content_type_extras_title_hide_didactique'] = $strongarm;
  101. $strongarm = new stdClass();
  102. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  103. $strongarm->api_version = 1;
  104. $strongarm->name = 'content_type_extras_title_hide_materiau';
  105. $strongarm->value = 0;
  106. $export['content_type_extras_title_hide_materiau'] = $strongarm;
  107. $strongarm = new stdClass();
  108. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  109. $strongarm->api_version = 1;
  110. $strongarm->name = 'entity_translation_entity_types';
  111. $strongarm->value = array(
  112. 'node' => 'node',
  113. 'taxonomy_term' => 'taxonomy_term',
  114. 'user' => 0,
  115. );
  116. $export['entity_translation_entity_types'] = $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 = 'entity_translation_hide_translation_links_breve';
  121. $strongarm->value = 1;
  122. $export['entity_translation_hide_translation_links_breve'] = $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 = 'entity_translation_hide_translation_links_company';
  127. $strongarm->value = 1;
  128. $export['entity_translation_hide_translation_links_company'] = $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 = 'entity_translation_hide_translation_links_didactique';
  133. $strongarm->value = 0;
  134. $export['entity_translation_hide_translation_links_didactique'] = $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 = 'entity_translation_hide_translation_links_faq';
  139. $strongarm->value = 1;
  140. $export['entity_translation_hide_translation_links_faq'] = $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 = 'entity_translation_hide_translation_links_looping_embed_video';
  145. $strongarm->value = 0;
  146. $export['entity_translation_hide_translation_links_looping_embed_video'] = $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 = 'entity_translation_hide_translation_links_materiau';
  151. $strongarm->value = 1;
  152. $export['entity_translation_hide_translation_links_materiau'] = $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 = 'entity_translation_hide_translation_links_page';
  157. $strongarm->value = 1;
  158. $export['entity_translation_hide_translation_links_page'] = $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_hide_translation_links_simplenews';
  163. $strongarm->value = 0;
  164. $export['entity_translation_hide_translation_links_simplenews'] = $strongarm;
  165. $strongarm = new stdClass();
  166. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  167. $strongarm->api_version = 1;
  168. $strongarm->name = 'entity_translation_hide_translation_links_static_page_plaintext';
  169. $strongarm->value = 1;
  170. $export['entity_translation_hide_translation_links_static_page_plaintext'] = $strongarm;
  171. $strongarm = new stdClass();
  172. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  173. $strongarm->api_version = 1;
  174. $strongarm->name = 'entity_translation_hide_translation_links_webform';
  175. $strongarm->value = 0;
  176. $export['entity_translation_hide_translation_links_webform'] = $strongarm;
  177. $strongarm = new stdClass();
  178. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  179. $strongarm->api_version = 1;
  180. $strongarm->name = 'entity_translation_node_metadata_breve';
  181. $strongarm->value = '0';
  182. $export['entity_translation_node_metadata_breve'] = $strongarm;
  183. $strongarm = new stdClass();
  184. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  185. $strongarm->api_version = 1;
  186. $strongarm->name = 'entity_translation_node_metadata_company';
  187. $strongarm->value = '0';
  188. $export['entity_translation_node_metadata_company'] = $strongarm;
  189. $strongarm = new stdClass();
  190. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  191. $strongarm->api_version = 1;
  192. $strongarm->name = 'entity_translation_node_metadata_contact_operationnel';
  193. $strongarm->value = '0';
  194. $export['entity_translation_node_metadata_contact_operationnel'] = $strongarm;
  195. $strongarm = new stdClass();
  196. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  197. $strongarm->api_version = 1;
  198. $strongarm->name = 'entity_translation_node_metadata_didactique';
  199. $strongarm->value = '0';
  200. $export['entity_translation_node_metadata_didactique'] = $strongarm;
  201. $strongarm = new stdClass();
  202. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  203. $strongarm->api_version = 1;
  204. $strongarm->name = 'entity_translation_node_metadata_faq';
  205. $strongarm->value = '0';
  206. $export['entity_translation_node_metadata_faq'] = $strongarm;
  207. $strongarm = new stdClass();
  208. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  209. $strongarm->api_version = 1;
  210. $strongarm->name = 'entity_translation_node_metadata_looping_embed_video';
  211. $strongarm->value = '0';
  212. $export['entity_translation_node_metadata_looping_embed_video'] = $strongarm;
  213. $strongarm = new stdClass();
  214. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  215. $strongarm->api_version = 1;
  216. $strongarm->name = 'entity_translation_node_metadata_materiau';
  217. $strongarm->value = '0';
  218. $export['entity_translation_node_metadata_materiau'] = $strongarm;
  219. $strongarm = new stdClass();
  220. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  221. $strongarm->api_version = 1;
  222. $strongarm->name = 'entity_translation_node_metadata_page';
  223. $strongarm->value = '0';
  224. $export['entity_translation_node_metadata_page'] = $strongarm;
  225. $strongarm = new stdClass();
  226. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  227. $strongarm->api_version = 1;
  228. $strongarm->name = 'entity_translation_node_metadata_simplenews';
  229. $strongarm->value = '0';
  230. $export['entity_translation_node_metadata_simplenews'] = $strongarm;
  231. $strongarm = new stdClass();
  232. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  233. $strongarm->api_version = 1;
  234. $strongarm->name = 'entity_translation_node_metadata_static_page_plaintext';
  235. $strongarm->value = '0';
  236. $export['entity_translation_node_metadata_static_page_plaintext'] = $strongarm;
  237. $strongarm = new stdClass();
  238. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  239. $strongarm->api_version = 1;
  240. $strongarm->name = 'entity_translation_node_metadata_webform';
  241. $strongarm->value = '0';
  242. $export['entity_translation_node_metadata_webform'] = $strongarm;
  243. $strongarm = new stdClass();
  244. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  245. $strongarm->api_version = 1;
  246. $strongarm->name = 'entity_translation_revision_enabled';
  247. $strongarm->value = FALSE;
  248. $export['entity_translation_revision_enabled'] = $strongarm;
  249. $strongarm = new stdClass();
  250. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  251. $strongarm->api_version = 1;
  252. $strongarm->name = 'entity_translation_settings_node__breve';
  253. $strongarm->value = array(
  254. 'default_language' => 'und',
  255. 'hide_language_selector' => 0,
  256. 'exclude_language_none' => 0,
  257. 'lock_language' => 0,
  258. 'shared_fields_original_only' => 0,
  259. );
  260. $export['entity_translation_settings_node__breve'] = $strongarm;
  261. $strongarm = new stdClass();
  262. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  263. $strongarm->api_version = 1;
  264. $strongarm->name = 'entity_translation_settings_node__company';
  265. $strongarm->value = array(
  266. 'default_language' => 'und',
  267. 'hide_language_selector' => 0,
  268. 'exclude_language_none' => 0,
  269. 'lock_language' => 0,
  270. 'shared_fields_original_only' => 0,
  271. );
  272. $export['entity_translation_settings_node__company'] = $strongarm;
  273. $strongarm = new stdClass();
  274. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  275. $strongarm->api_version = 1;
  276. $strongarm->name = 'entity_translation_settings_node__didactique';
  277. $strongarm->value = array(
  278. 'default_language' => 'und',
  279. 'hide_language_selector' => 0,
  280. 'exclude_language_none' => 0,
  281. 'lock_language' => 0,
  282. 'shared_fields_original_only' => 0,
  283. );
  284. $export['entity_translation_settings_node__didactique'] = $strongarm;
  285. $strongarm = new stdClass();
  286. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  287. $strongarm->api_version = 1;
  288. $strongarm->name = 'entity_translation_settings_node__faq';
  289. $strongarm->value = array(
  290. 'default_language' => 'und',
  291. 'hide_language_selector' => 0,
  292. 'exclude_language_none' => 0,
  293. 'lock_language' => 0,
  294. 'shared_fields_original_only' => 0,
  295. );
  296. $export['entity_translation_settings_node__faq'] = $strongarm;
  297. $strongarm = new stdClass();
  298. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  299. $strongarm->api_version = 1;
  300. $strongarm->name = 'entity_translation_settings_node__looping_embed_video';
  301. $strongarm->value = array(
  302. 'default_language' => 'und',
  303. 'hide_language_selector' => 0,
  304. 'exclude_language_none' => 0,
  305. 'lock_language' => 0,
  306. 'shared_fields_original_only' => 0,
  307. );
  308. $export['entity_translation_settings_node__looping_embed_video'] = $strongarm;
  309. $strongarm = new stdClass();
  310. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  311. $strongarm->api_version = 1;
  312. $strongarm->name = 'entity_translation_settings_node__materiau';
  313. $strongarm->value = array(
  314. 'default_language' => 'und',
  315. 'hide_language_selector' => 0,
  316. 'exclude_language_none' => 0,
  317. 'lock_language' => 0,
  318. 'shared_fields_original_only' => 0,
  319. );
  320. $export['entity_translation_settings_node__materiau'] = $strongarm;
  321. $strongarm = new stdClass();
  322. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  323. $strongarm->api_version = 1;
  324. $strongarm->name = 'entity_translation_settings_node__page';
  325. $strongarm->value = array(
  326. 'default_language' => 'und',
  327. 'hide_language_selector' => 0,
  328. 'exclude_language_none' => 0,
  329. 'lock_language' => 0,
  330. 'shared_fields_original_only' => 0,
  331. );
  332. $export['entity_translation_settings_node__page'] = $strongarm;
  333. $strongarm = new stdClass();
  334. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  335. $strongarm->api_version = 1;
  336. $strongarm->name = 'entity_translation_settings_node__publication';
  337. $strongarm->value = array(
  338. 'default_language' => 'und',
  339. 'hide_language_selector' => 0,
  340. 'exclude_language_none' => 0,
  341. 'lock_language' => 0,
  342. 'shared_fields_original_only' => 0,
  343. );
  344. $export['entity_translation_settings_node__publication'] = $strongarm;
  345. $strongarm = new stdClass();
  346. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  347. $strongarm->api_version = 1;
  348. $strongarm->name = 'entity_translation_settings_node__webform';
  349. $strongarm->value = array(
  350. 'default_language' => 'xx-et-default',
  351. 'hide_language_selector' => 1,
  352. 'exclude_language_none' => 0,
  353. 'lock_language' => 0,
  354. 'shared_fields_original_only' => 0,
  355. );
  356. $export['entity_translation_settings_node__webform'] = $strongarm;
  357. $strongarm = new stdClass();
  358. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  359. $strongarm->api_version = 1;
  360. $strongarm->name = 'entity_translation_settings_taxonomy_term__catalog';
  361. $strongarm->value = array(
  362. 'default_language' => 'xx-et-default',
  363. 'hide_language_selector' => 1,
  364. 'exclude_language_none' => 0,
  365. 'lock_language' => 0,
  366. 'shared_fields_original_only' => 0,
  367. );
  368. $export['entity_translation_settings_taxonomy_term__catalog'] = $strongarm;
  369. $strongarm = new stdClass();
  370. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  371. $strongarm->api_version = 1;
  372. $strongarm->name = 'entity_translation_settings_taxonomy_term__company';
  373. $strongarm->value = array(
  374. 'default_language' => 'und',
  375. 'hide_language_selector' => 1,
  376. 'exclude_language_none' => 0,
  377. 'lock_language' => 0,
  378. 'shared_fields_original_only' => 0,
  379. );
  380. $export['entity_translation_settings_taxonomy_term__company'] = $strongarm;
  381. $strongarm = new stdClass();
  382. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  383. $strongarm->api_version = 1;
  384. $strongarm->name = 'entity_translation_settings_taxonomy_term__faq_categories';
  385. $strongarm->value = array(
  386. 'default_language' => 'xx-et-default',
  387. 'hide_language_selector' => 1,
  388. 'exclude_language_none' => 0,
  389. 'lock_language' => 0,
  390. 'shared_fields_original_only' => 0,
  391. );
  392. $export['entity_translation_settings_taxonomy_term__faq_categories'] = $strongarm;
  393. $strongarm = new stdClass();
  394. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  395. $strongarm->api_version = 1;
  396. $strongarm->name = 'entity_translation_settings_taxonomy_term__newsletter';
  397. $strongarm->value = array(
  398. 'default_language' => 'xx-et-default',
  399. 'hide_language_selector' => 1,
  400. 'exclude_language_none' => 0,
  401. 'lock_language' => 0,
  402. 'shared_fields_original_only' => 0,
  403. );
  404. $export['entity_translation_settings_taxonomy_term__newsletter'] = $strongarm;
  405. $strongarm = new stdClass();
  406. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  407. $strongarm->api_version = 1;
  408. $strongarm->name = 'entity_translation_settings_taxonomy_term__onthologie';
  409. $strongarm->value = array(
  410. 'default_language' => 'xx-et-default',
  411. 'hide_language_selector' => 0,
  412. 'exclude_language_none' => 0,
  413. 'lock_language' => 0,
  414. 'shared_fields_original_only' => 0,
  415. );
  416. $export['entity_translation_settings_taxonomy_term__onthologie'] = $strongarm;
  417. $strongarm = new stdClass();
  418. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  419. $strongarm->api_version = 1;
  420. $strongarm->name = 'entity_translation_settings_taxonomy_term__tag_libres';
  421. $strongarm->value = array(
  422. 'default_language' => 'xx-et-default',
  423. 'hide_language_selector' => 0,
  424. 'exclude_language_none' => 0,
  425. 'lock_language' => 0,
  426. 'shared_fields_original_only' => 0,
  427. );
  428. $export['entity_translation_settings_taxonomy_term__tag_libres'] = $strongarm;
  429. $strongarm = new stdClass();
  430. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  431. $strongarm->api_version = 1;
  432. $strongarm->name = 'entity_translation_shared_labels';
  433. $strongarm->value = 1;
  434. $export['entity_translation_shared_labels'] = $strongarm;
  435. $strongarm = new stdClass();
  436. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  437. $strongarm->api_version = 1;
  438. $strongarm->name = 'entity_translation_show_fallback_on_overview_pages';
  439. $strongarm->value = 0;
  440. $export['entity_translation_show_fallback_on_overview_pages'] = $strongarm;
  441. $strongarm = new stdClass();
  442. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  443. $strongarm->api_version = 1;
  444. $strongarm->name = 'entity_translation_workflow_enabled';
  445. $strongarm->value = 1;
  446. $export['entity_translation_workflow_enabled'] = $strongarm;
  447. $strongarm = new stdClass();
  448. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  449. $strongarm->api_version = 1;
  450. $strongarm->name = 'logintoboggan_confirm_email_at_registration';
  451. $strongarm->value = '0';
  452. $export['logintoboggan_confirm_email_at_registration'] = $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 = 'logintoboggan_immediate_login_on_register';
  457. $strongarm->value = 1;
  458. $export['logintoboggan_immediate_login_on_register'] = $strongarm;
  459. $strongarm = new stdClass();
  460. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  461. $strongarm->api_version = 1;
  462. $strongarm->name = 'logintoboggan_login_successful_message';
  463. $strongarm->value = '0';
  464. $export['logintoboggan_login_successful_message'] = $strongarm;
  465. $strongarm = new stdClass();
  466. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  467. $strongarm->api_version = 1;
  468. $strongarm->name = 'logintoboggan_login_with_email';
  469. $strongarm->value = '1';
  470. $export['logintoboggan_login_with_email'] = $strongarm;
  471. $strongarm = new stdClass();
  472. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  473. $strongarm->api_version = 1;
  474. $strongarm->name = 'logintoboggan_minimum_password_length';
  475. $strongarm->value = '0';
  476. $export['logintoboggan_minimum_password_length'] = $strongarm;
  477. $strongarm = new stdClass();
  478. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  479. $strongarm->api_version = 1;
  480. $strongarm->name = 'logintoboggan_override_destination_parameter';
  481. $strongarm->value = 0;
  482. $export['logintoboggan_override_destination_parameter'] = $strongarm;
  483. $strongarm = new stdClass();
  484. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  485. $strongarm->api_version = 1;
  486. $strongarm->name = 'logintoboggan_pre_auth_role';
  487. $strongarm->value = '9';
  488. $export['logintoboggan_pre_auth_role'] = $strongarm;
  489. $strongarm = new stdClass();
  490. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  491. $strongarm->api_version = 1;
  492. $strongarm->name = 'logintoboggan_purge_unvalidated_user_interval';
  493. $strongarm->value = '604800';
  494. $export['logintoboggan_purge_unvalidated_user_interval'] = $strongarm;
  495. $strongarm = new stdClass();
  496. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  497. $strongarm->api_version = 1;
  498. $strongarm->name = 'logintoboggan_redirect_on_confirm';
  499. $strongarm->value = 'user/%uid/edit';
  500. $export['logintoboggan_redirect_on_confirm'] = $strongarm;
  501. $strongarm = new stdClass();
  502. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  503. $strongarm->api_version = 1;
  504. $strongarm->name = 'logintoboggan_redirect_on_register';
  505. $strongarm->value = '';
  506. $export['logintoboggan_redirect_on_register'] = $strongarm;
  507. $strongarm = new stdClass();
  508. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  509. $strongarm->api_version = 1;
  510. $strongarm->name = 'logintoboggan_unified_login';
  511. $strongarm->value = 0;
  512. $export['logintoboggan_unified_login'] = $strongarm;
  513. $strongarm = new stdClass();
  514. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  515. $strongarm->api_version = 1;
  516. $strongarm->name = 'login_destination_immediate_redirect';
  517. $strongarm->value = 1;
  518. $export['login_destination_immediate_redirect'] = $strongarm;
  519. $strongarm = new stdClass();
  520. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  521. $strongarm->api_version = 1;
  522. $strongarm->name = 'login_destination_preserve_destination';
  523. $strongarm->value = 0;
  524. $export['login_destination_preserve_destination'] = $strongarm;
  525. $strongarm = new stdClass();
  526. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  527. $strongarm->api_version = 1;
  528. $strongarm->name = 'site_frontpage';
  529. $strongarm->value = 'home';
  530. $export['site_frontpage'] = $strongarm;
  531. $strongarm = new stdClass();
  532. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  533. $strongarm->api_version = 1;
  534. $strongarm->name = 'title_node';
  535. $strongarm->value = array(
  536. 'auto_attach' => array(
  537. 'title' => 0,
  538. ),
  539. 'hide_label' => array(
  540. 'page' => 'page',
  541. 'entity' => 'entity',
  542. ),
  543. );
  544. $export['title_node'] = $strongarm;
  545. $strongarm = new stdClass();
  546. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  547. $strongarm->api_version = 1;
  548. $strongarm->name = 'title_taxonomy_term';
  549. $strongarm->value = array(
  550. 'auto_attach' => array(
  551. 'name' => 'name',
  552. 'description' => 'description',
  553. ),
  554. 'hide_label' => array(
  555. 'page' => 'page',
  556. 'entity' => 'entity',
  557. ),
  558. );
  559. $export['title_taxonomy_term'] = $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 = 'workflow_access_priority';
  564. $strongarm->value = '0';
  565. $export['workflow_access_priority'] = $strongarm;
  566. $strongarm = new stdClass();
  567. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  568. $strongarm->api_version = 1;
  569. $strongarm->name = 'workflow_breve';
  570. $strongarm->value = array(
  571. 0 => 'node',
  572. );
  573. $export['workflow_breve'] = $strongarm;
  574. $strongarm = new stdClass();
  575. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  576. $strongarm->api_version = 1;
  577. $strongarm->name = 'workflow_company';
  578. $strongarm->value = array(
  579. 0 => 'node',
  580. );
  581. $export['workflow_company'] = $strongarm;
  582. $strongarm = new stdClass();
  583. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  584. $strongarm->api_version = 1;
  585. $strongarm->name = 'workflow_contact_operationnel';
  586. $strongarm->value = array(
  587. 0 => 'node',
  588. );
  589. $export['workflow_contact_operationnel'] = $strongarm;
  590. $strongarm = new stdClass();
  591. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  592. $strongarm->api_version = 1;
  593. $strongarm->name = 'workflow_didactique';
  594. $strongarm->value = array(
  595. 0 => 'node',
  596. );
  597. $export['workflow_didactique'] = $strongarm;
  598. $strongarm = new stdClass();
  599. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  600. $strongarm->api_version = 1;
  601. $strongarm->name = 'workflow_faq';
  602. $strongarm->value = array(
  603. 0 => 'node',
  604. );
  605. $export['workflow_faq'] = $strongarm;
  606. $strongarm = new stdClass();
  607. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  608. $strongarm->api_version = 1;
  609. $strongarm->name = 'workflow_looping_embed_video';
  610. $strongarm->value = array(
  611. 0 => 'node',
  612. );
  613. $export['workflow_looping_embed_video'] = $strongarm;
  614. $strongarm = new stdClass();
  615. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  616. $strongarm->api_version = 1;
  617. $strongarm->name = 'workflow_materiau';
  618. $strongarm->value = array(
  619. 0 => 'node',
  620. );
  621. $export['workflow_materiau'] = $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 = 'workflow_page';
  626. $strongarm->value = array(
  627. 0 => 'node',
  628. );
  629. $export['workflow_page'] = $strongarm;
  630. $strongarm = new stdClass();
  631. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  632. $strongarm->api_version = 1;
  633. $strongarm->name = 'workflow_panel';
  634. $strongarm->value = array(
  635. 0 => 'node',
  636. );
  637. $export['workflow_panel'] = $strongarm;
  638. $strongarm = new stdClass();
  639. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  640. $strongarm->api_version = 1;
  641. $strongarm->name = 'workflow_product';
  642. $strongarm->value = array(
  643. 0 => 'node',
  644. );
  645. $export['workflow_product'] = $strongarm;
  646. $strongarm = new stdClass();
  647. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  648. $strongarm->api_version = 1;
  649. $strongarm->name = 'workflow_simplenews';
  650. $strongarm->value = array(
  651. 0 => 'node',
  652. );
  653. $export['workflow_simplenews'] = $strongarm;
  654. $strongarm = new stdClass();
  655. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  656. $strongarm->api_version = 1;
  657. $strongarm->name = 'workflow_webform';
  658. $strongarm->value = array(
  659. 0 => 'node',
  660. );
  661. $export['workflow_webform'] = $strongarm;
  662. return $export;
  663. }