materio_administration.strongarm.inc 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  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. 'field_collection_item' => 0,
  167. 'user' => 0,
  168. );
  169. $export['entity_translation_entity_types'] = $strongarm;
  170. $strongarm = new stdClass();
  171. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  172. $strongarm->api_version = 1;
  173. $strongarm->name = 'entity_translation_hide_translation_links_breve';
  174. $strongarm->value = 1;
  175. $export['entity_translation_hide_translation_links_breve'] = $strongarm;
  176. $strongarm = new stdClass();
  177. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  178. $strongarm->api_version = 1;
  179. $strongarm->name = 'entity_translation_hide_translation_links_company';
  180. $strongarm->value = 1;
  181. $export['entity_translation_hide_translation_links_company'] = $strongarm;
  182. $strongarm = new stdClass();
  183. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  184. $strongarm->api_version = 1;
  185. $strongarm->name = 'entity_translation_hide_translation_links_didactique';
  186. $strongarm->value = 0;
  187. $export['entity_translation_hide_translation_links_didactique'] = $strongarm;
  188. $strongarm = new stdClass();
  189. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  190. $strongarm->api_version = 1;
  191. $strongarm->name = 'entity_translation_hide_translation_links_faq';
  192. $strongarm->value = 1;
  193. $export['entity_translation_hide_translation_links_faq'] = $strongarm;
  194. $strongarm = new stdClass();
  195. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  196. $strongarm->api_version = 1;
  197. $strongarm->name = 'entity_translation_hide_translation_links_looping_embed_video';
  198. $strongarm->value = 0;
  199. $export['entity_translation_hide_translation_links_looping_embed_video'] = $strongarm;
  200. $strongarm = new stdClass();
  201. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  202. $strongarm->api_version = 1;
  203. $strongarm->name = 'entity_translation_hide_translation_links_materiau';
  204. $strongarm->value = 1;
  205. $export['entity_translation_hide_translation_links_materiau'] = $strongarm;
  206. $strongarm = new stdClass();
  207. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  208. $strongarm->api_version = 1;
  209. $strongarm->name = 'entity_translation_hide_translation_links_page';
  210. $strongarm->value = 1;
  211. $export['entity_translation_hide_translation_links_page'] = $strongarm;
  212. $strongarm = new stdClass();
  213. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  214. $strongarm->api_version = 1;
  215. $strongarm->name = 'entity_translation_hide_translation_links_simplenews';
  216. $strongarm->value = 0;
  217. $export['entity_translation_hide_translation_links_simplenews'] = $strongarm;
  218. $strongarm = new stdClass();
  219. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  220. $strongarm->api_version = 1;
  221. $strongarm->name = 'entity_translation_hide_translation_links_static_page_plaintext';
  222. $strongarm->value = 1;
  223. $export['entity_translation_hide_translation_links_static_page_plaintext'] = $strongarm;
  224. $strongarm = new stdClass();
  225. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  226. $strongarm->api_version = 1;
  227. $strongarm->name = 'entity_translation_hide_translation_links_webform';
  228. $strongarm->value = 0;
  229. $export['entity_translation_hide_translation_links_webform'] = $strongarm;
  230. $strongarm = new stdClass();
  231. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  232. $strongarm->api_version = 1;
  233. $strongarm->name = 'entity_translation_node_metadata_breve';
  234. $strongarm->value = '0';
  235. $export['entity_translation_node_metadata_breve'] = $strongarm;
  236. $strongarm = new stdClass();
  237. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  238. $strongarm->api_version = 1;
  239. $strongarm->name = 'entity_translation_node_metadata_company';
  240. $strongarm->value = '0';
  241. $export['entity_translation_node_metadata_company'] = $strongarm;
  242. $strongarm = new stdClass();
  243. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  244. $strongarm->api_version = 1;
  245. $strongarm->name = 'entity_translation_node_metadata_contact_operationnel';
  246. $strongarm->value = '0';
  247. $export['entity_translation_node_metadata_contact_operationnel'] = $strongarm;
  248. $strongarm = new stdClass();
  249. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  250. $strongarm->api_version = 1;
  251. $strongarm->name = 'entity_translation_node_metadata_didactique';
  252. $strongarm->value = '0';
  253. $export['entity_translation_node_metadata_didactique'] = $strongarm;
  254. $strongarm = new stdClass();
  255. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  256. $strongarm->api_version = 1;
  257. $strongarm->name = 'entity_translation_node_metadata_faq';
  258. $strongarm->value = '0';
  259. $export['entity_translation_node_metadata_faq'] = $strongarm;
  260. $strongarm = new stdClass();
  261. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  262. $strongarm->api_version = 1;
  263. $strongarm->name = 'entity_translation_node_metadata_looping_embed_video';
  264. $strongarm->value = '0';
  265. $export['entity_translation_node_metadata_looping_embed_video'] = $strongarm;
  266. $strongarm = new stdClass();
  267. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  268. $strongarm->api_version = 1;
  269. $strongarm->name = 'entity_translation_node_metadata_materiau';
  270. $strongarm->value = '0';
  271. $export['entity_translation_node_metadata_materiau'] = $strongarm;
  272. $strongarm = new stdClass();
  273. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  274. $strongarm->api_version = 1;
  275. $strongarm->name = 'entity_translation_node_metadata_page';
  276. $strongarm->value = '0';
  277. $export['entity_translation_node_metadata_page'] = $strongarm;
  278. $strongarm = new stdClass();
  279. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  280. $strongarm->api_version = 1;
  281. $strongarm->name = 'entity_translation_node_metadata_simplenews';
  282. $strongarm->value = '0';
  283. $export['entity_translation_node_metadata_simplenews'] = $strongarm;
  284. $strongarm = new stdClass();
  285. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  286. $strongarm->api_version = 1;
  287. $strongarm->name = 'entity_translation_node_metadata_static_page_plaintext';
  288. $strongarm->value = '0';
  289. $export['entity_translation_node_metadata_static_page_plaintext'] = $strongarm;
  290. $strongarm = new stdClass();
  291. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  292. $strongarm->api_version = 1;
  293. $strongarm->name = 'entity_translation_node_metadata_webform';
  294. $strongarm->value = '0';
  295. $export['entity_translation_node_metadata_webform'] = $strongarm;
  296. $strongarm = new stdClass();
  297. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  298. $strongarm->api_version = 1;
  299. $strongarm->name = 'entity_translation_revision_enabled';
  300. $strongarm->value = FALSE;
  301. $export['entity_translation_revision_enabled'] = $strongarm;
  302. $strongarm = new stdClass();
  303. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  304. $strongarm->api_version = 1;
  305. $strongarm->name = 'entity_translation_settings_node__breve';
  306. $strongarm->value = array(
  307. 'default_language' => 'und',
  308. 'hide_language_selector' => 0,
  309. 'exclude_language_none' => 0,
  310. 'lock_language' => 0,
  311. 'shared_fields_original_only' => 0,
  312. );
  313. $export['entity_translation_settings_node__breve'] = $strongarm;
  314. $strongarm = new stdClass();
  315. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  316. $strongarm->api_version = 1;
  317. $strongarm->name = 'entity_translation_settings_node__company';
  318. $strongarm->value = array(
  319. 'default_language' => 'und',
  320. 'hide_language_selector' => 0,
  321. 'exclude_language_none' => 0,
  322. 'lock_language' => 0,
  323. 'shared_fields_original_only' => 0,
  324. );
  325. $export['entity_translation_settings_node__company'] = $strongarm;
  326. $strongarm = new stdClass();
  327. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  328. $strongarm->api_version = 1;
  329. $strongarm->name = 'entity_translation_settings_node__didactique';
  330. $strongarm->value = array(
  331. 'default_language' => 'und',
  332. 'hide_language_selector' => 0,
  333. 'exclude_language_none' => 0,
  334. 'lock_language' => 0,
  335. 'shared_fields_original_only' => 0,
  336. );
  337. $export['entity_translation_settings_node__didactique'] = $strongarm;
  338. $strongarm = new stdClass();
  339. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  340. $strongarm->api_version = 1;
  341. $strongarm->name = 'entity_translation_settings_node__faq';
  342. $strongarm->value = array(
  343. 'default_language' => 'und',
  344. 'hide_language_selector' => 0,
  345. 'exclude_language_none' => 0,
  346. 'lock_language' => 0,
  347. 'shared_fields_original_only' => 0,
  348. );
  349. $export['entity_translation_settings_node__faq'] = $strongarm;
  350. $strongarm = new stdClass();
  351. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  352. $strongarm->api_version = 1;
  353. $strongarm->name = 'entity_translation_settings_node__looping_embed_video';
  354. $strongarm->value = array(
  355. 'default_language' => 'und',
  356. 'hide_language_selector' => 0,
  357. 'exclude_language_none' => 0,
  358. 'lock_language' => 0,
  359. 'shared_fields_original_only' => 0,
  360. );
  361. $export['entity_translation_settings_node__looping_embed_video'] = $strongarm;
  362. $strongarm = new stdClass();
  363. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  364. $strongarm->api_version = 1;
  365. $strongarm->name = 'entity_translation_settings_node__materiau';
  366. $strongarm->value = array(
  367. 'default_language' => 'und',
  368. 'hide_language_selector' => 0,
  369. 'exclude_language_none' => 0,
  370. 'lock_language' => 0,
  371. 'shared_fields_original_only' => 0,
  372. );
  373. $export['entity_translation_settings_node__materiau'] = $strongarm;
  374. $strongarm = new stdClass();
  375. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  376. $strongarm->api_version = 1;
  377. $strongarm->name = 'entity_translation_settings_node__page';
  378. $strongarm->value = array(
  379. 'default_language' => 'und',
  380. 'hide_language_selector' => 0,
  381. 'exclude_language_none' => 0,
  382. 'lock_language' => 0,
  383. 'shared_fields_original_only' => 0,
  384. );
  385. $export['entity_translation_settings_node__page'] = $strongarm;
  386. $strongarm = new stdClass();
  387. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  388. $strongarm->api_version = 1;
  389. $strongarm->name = 'entity_translation_settings_node__publication';
  390. $strongarm->value = array(
  391. 'default_language' => 'und',
  392. 'hide_language_selector' => 0,
  393. 'exclude_language_none' => 0,
  394. 'lock_language' => 0,
  395. 'shared_fields_original_only' => 0,
  396. );
  397. $export['entity_translation_settings_node__publication'] = $strongarm;
  398. $strongarm = new stdClass();
  399. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  400. $strongarm->api_version = 1;
  401. $strongarm->name = 'entity_translation_settings_node__webform';
  402. $strongarm->value = array(
  403. 'default_language' => 'xx-et-default',
  404. 'hide_language_selector' => 1,
  405. 'exclude_language_none' => 0,
  406. 'lock_language' => 0,
  407. 'shared_fields_original_only' => 0,
  408. );
  409. $export['entity_translation_settings_node__webform'] = $strongarm;
  410. $strongarm = new stdClass();
  411. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  412. $strongarm->api_version = 1;
  413. $strongarm->name = 'entity_translation_settings_taxonomy_term__catalog';
  414. $strongarm->value = array(
  415. 'default_language' => 'xx-et-default',
  416. 'hide_language_selector' => 1,
  417. 'exclude_language_none' => 0,
  418. 'lock_language' => 0,
  419. 'shared_fields_original_only' => 0,
  420. );
  421. $export['entity_translation_settings_taxonomy_term__catalog'] = $strongarm;
  422. $strongarm = new stdClass();
  423. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  424. $strongarm->api_version = 1;
  425. $strongarm->name = 'entity_translation_settings_taxonomy_term__company';
  426. $strongarm->value = array(
  427. 'default_language' => 'und',
  428. 'hide_language_selector' => 1,
  429. 'exclude_language_none' => 0,
  430. 'lock_language' => 0,
  431. 'shared_fields_original_only' => 0,
  432. );
  433. $export['entity_translation_settings_taxonomy_term__company'] = $strongarm;
  434. $strongarm = new stdClass();
  435. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  436. $strongarm->api_version = 1;
  437. $strongarm->name = 'entity_translation_settings_taxonomy_term__faq_categories';
  438. $strongarm->value = array(
  439. 'default_language' => 'xx-et-default',
  440. 'hide_language_selector' => 1,
  441. 'exclude_language_none' => 0,
  442. 'lock_language' => 0,
  443. 'shared_fields_original_only' => 0,
  444. );
  445. $export['entity_translation_settings_taxonomy_term__faq_categories'] = $strongarm;
  446. $strongarm = new stdClass();
  447. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  448. $strongarm->api_version = 1;
  449. $strongarm->name = 'entity_translation_settings_taxonomy_term__newsletter';
  450. $strongarm->value = array(
  451. 'default_language' => 'xx-et-default',
  452. 'hide_language_selector' => 1,
  453. 'exclude_language_none' => 0,
  454. 'lock_language' => 0,
  455. 'shared_fields_original_only' => 0,
  456. );
  457. $export['entity_translation_settings_taxonomy_term__newsletter'] = $strongarm;
  458. $strongarm = new stdClass();
  459. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  460. $strongarm->api_version = 1;
  461. $strongarm->name = 'entity_translation_settings_taxonomy_term__onthologie';
  462. $strongarm->value = array(
  463. 'default_language' => 'xx-et-default',
  464. 'hide_language_selector' => 0,
  465. 'exclude_language_none' => 0,
  466. 'lock_language' => 0,
  467. 'shared_fields_original_only' => 0,
  468. );
  469. $export['entity_translation_settings_taxonomy_term__onthologie'] = $strongarm;
  470. $strongarm = new stdClass();
  471. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  472. $strongarm->api_version = 1;
  473. $strongarm->name = 'entity_translation_settings_taxonomy_term__tag_libres';
  474. $strongarm->value = array(
  475. 'default_language' => 'xx-et-default',
  476. 'hide_language_selector' => 0,
  477. 'exclude_language_none' => 0,
  478. 'lock_language' => 0,
  479. 'shared_fields_original_only' => 0,
  480. );
  481. $export['entity_translation_settings_taxonomy_term__tag_libres'] = $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 = 'entity_translation_shared_labels';
  486. $strongarm->value = 1;
  487. $export['entity_translation_shared_labels'] = $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 = 'entity_translation_show_fallback_on_overview_pages';
  492. $strongarm->value = 0;
  493. $export['entity_translation_show_fallback_on_overview_pages'] = $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 = 'entity_translation_workflow_enabled';
  498. $strongarm->value = 1;
  499. $export['entity_translation_workflow_enabled'] = $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 = 'logintoboggan_confirm_email_at_registration';
  504. $strongarm->value = '0';
  505. $export['logintoboggan_confirm_email_at_registration'] = $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 = 'logintoboggan_immediate_login_on_register';
  510. $strongarm->value = 1;
  511. $export['logintoboggan_immediate_login_on_register'] = $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 = 'logintoboggan_login_successful_message';
  516. $strongarm->value = '0';
  517. $export['logintoboggan_login_successful_message'] = $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 = 'logintoboggan_login_with_email';
  522. $strongarm->value = '1';
  523. $export['logintoboggan_login_with_email'] = $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 = 'logintoboggan_minimum_password_length';
  528. $strongarm->value = '0';
  529. $export['logintoboggan_minimum_password_length'] = $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 = 'logintoboggan_override_destination_parameter';
  534. $strongarm->value = 0;
  535. $export['logintoboggan_override_destination_parameter'] = $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 = 'logintoboggan_pre_auth_role';
  540. $strongarm->value = '9';
  541. $export['logintoboggan_pre_auth_role'] = $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 = 'logintoboggan_purge_unvalidated_user_interval';
  546. $strongarm->value = '604800';
  547. $export['logintoboggan_purge_unvalidated_user_interval'] = $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 = 'logintoboggan_redirect_on_confirm';
  552. $strongarm->value = 'user/%uid/edit';
  553. $export['logintoboggan_redirect_on_confirm'] = $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 = 'logintoboggan_redirect_on_register';
  558. $strongarm->value = '';
  559. $export['logintoboggan_redirect_on_register'] = $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 = 'logintoboggan_unified_login';
  564. $strongarm->value = 0;
  565. $export['logintoboggan_unified_login'] = $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 = 'login_destination_immediate_redirect';
  570. $strongarm->value = 1;
  571. $export['login_destination_immediate_redirect'] = $strongarm;
  572. $strongarm = new stdClass();
  573. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  574. $strongarm->api_version = 1;
  575. $strongarm->name = 'login_destination_preserve_destination';
  576. $strongarm->value = 0;
  577. $export['login_destination_preserve_destination'] = $strongarm;
  578. $strongarm = new stdClass();
  579. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  580. $strongarm->api_version = 1;
  581. $strongarm->name = 'site_frontpage';
  582. $strongarm->value = 'home';
  583. $export['site_frontpage'] = $strongarm;
  584. $strongarm = new stdClass();
  585. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  586. $strongarm->api_version = 1;
  587. $strongarm->name = 'title_node';
  588. $strongarm->value = array(
  589. 'auto_attach' => array(
  590. 'title' => 0,
  591. ),
  592. 'hide_label' => array(
  593. 'page' => 'page',
  594. 'entity' => 'entity',
  595. ),
  596. );
  597. $export['title_node'] = $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 = 'title_taxonomy_term';
  602. $strongarm->value = array(
  603. 'auto_attach' => array(
  604. 'name' => 'name',
  605. 'description' => 'description',
  606. ),
  607. 'hide_label' => array(
  608. 'page' => 'page',
  609. 'entity' => 'entity',
  610. ),
  611. );
  612. $export['title_taxonomy_term'] = $strongarm;
  613. $strongarm = new stdClass();
  614. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  615. $strongarm->api_version = 1;
  616. $strongarm->name = 'workflow_access_priority';
  617. $strongarm->value = '0';
  618. $export['workflow_access_priority'] = $strongarm;
  619. $strongarm = new stdClass();
  620. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  621. $strongarm->api_version = 1;
  622. $strongarm->name = 'workflow_breve';
  623. $strongarm->value = array(
  624. 0 => 'node',
  625. );
  626. $export['workflow_breve'] = $strongarm;
  627. $strongarm = new stdClass();
  628. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  629. $strongarm->api_version = 1;
  630. $strongarm->name = 'workflow_company';
  631. $strongarm->value = array(
  632. 0 => 'node',
  633. );
  634. $export['workflow_company'] = $strongarm;
  635. $strongarm = new stdClass();
  636. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  637. $strongarm->api_version = 1;
  638. $strongarm->name = 'workflow_contact_operationnel';
  639. $strongarm->value = array(
  640. 0 => 'node',
  641. );
  642. $export['workflow_contact_operationnel'] = $strongarm;
  643. $strongarm = new stdClass();
  644. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  645. $strongarm->api_version = 1;
  646. $strongarm->name = 'workflow_didactique';
  647. $strongarm->value = array(
  648. 0 => 'node',
  649. );
  650. $export['workflow_didactique'] = $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 = 'workflow_faq';
  655. $strongarm->value = array(
  656. 0 => 'node',
  657. );
  658. $export['workflow_faq'] = $strongarm;
  659. $strongarm = new stdClass();
  660. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  661. $strongarm->api_version = 1;
  662. $strongarm->name = 'workflow_looping_embed_video';
  663. $strongarm->value = array(
  664. 0 => 'node',
  665. );
  666. $export['workflow_looping_embed_video'] = $strongarm;
  667. $strongarm = new stdClass();
  668. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  669. $strongarm->api_version = 1;
  670. $strongarm->name = 'workflow_materiau';
  671. $strongarm->value = array(
  672. 0 => 'node',
  673. );
  674. $export['workflow_materiau'] = $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 = 'workflow_page';
  679. $strongarm->value = array(
  680. 0 => 'node',
  681. );
  682. $export['workflow_page'] = $strongarm;
  683. $strongarm = new stdClass();
  684. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  685. $strongarm->api_version = 1;
  686. $strongarm->name = 'workflow_panel';
  687. $strongarm->value = array(
  688. 0 => 'node',
  689. );
  690. $export['workflow_panel'] = $strongarm;
  691. $strongarm = new stdClass();
  692. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  693. $strongarm->api_version = 1;
  694. $strongarm->name = 'workflow_product';
  695. $strongarm->value = array(
  696. 0 => 'node',
  697. );
  698. $export['workflow_product'] = $strongarm;
  699. $strongarm = new stdClass();
  700. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  701. $strongarm->api_version = 1;
  702. $strongarm->name = 'workflow_simplenews';
  703. $strongarm->value = array(
  704. 0 => 'node',
  705. );
  706. $export['workflow_simplenews'] = $strongarm;
  707. $strongarm = new stdClass();
  708. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  709. $strongarm->api_version = 1;
  710. $strongarm->name = 'workflow_webform';
  711. $strongarm->value = array(
  712. 0 => 'node',
  713. );
  714. $export['workflow_webform'] = $strongarm;
  715. return $export;
  716. }