showroom.strongarm.inc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. <?php
  2. /**
  3. * @file
  4. * showroom.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function showroom_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 = 'additional_settings__active_tab_showroom';
  15. $strongarm->value = 'edit-auto-nodetitle';
  16. $export['additional_settings__active_tab_showroom'] = $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 = 'ant_pattern_showroom';
  21. $strongarm->value = '<?php
  22. //[node:field-tode-showroom:name]
  23. $items = field_get_items(\'node\', $node, \'field_tode_showroom\');
  24. return t($items[0][\'name\']);
  25. ?>';
  26. $export['ant_pattern_showroom'] = $strongarm;
  27. $strongarm = new stdClass();
  28. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  29. $strongarm->api_version = 1;
  30. $strongarm->name = 'ant_php_showroom';
  31. $strongarm->value = 0;
  32. $export['ant_php_showroom'] = $strongarm;
  33. $strongarm = new stdClass();
  34. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  35. $strongarm->api_version = 1;
  36. $strongarm->name = 'ant_showroom';
  37. $strongarm->value = '1';
  38. $export['ant_showroom'] = $strongarm;
  39. $strongarm = new stdClass();
  40. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  41. $strongarm->api_version = 1;
  42. $strongarm->name = 'date_popup_authored_enabled_showroom';
  43. $strongarm->value = 1;
  44. $export['date_popup_authored_enabled_showroom'] = $strongarm;
  45. $strongarm = new stdClass();
  46. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  47. $strongarm->api_version = 1;
  48. $strongarm->name = 'date_popup_authored_format_showroom';
  49. $strongarm->value = 'Y-m-d H:i';
  50. $export['date_popup_authored_format_showroom'] = $strongarm;
  51. $strongarm = new stdClass();
  52. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  53. $strongarm->api_version = 1;
  54. $strongarm->name = 'date_popup_authored_year_range_showroom';
  55. $strongarm->value = '3';
  56. $export['date_popup_authored_year_range_showroom'] = $strongarm;
  57. $strongarm = new stdClass();
  58. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  59. $strongarm->api_version = 1;
  60. $strongarm->name = 'diff_enable_revisions_page_node_showroom';
  61. $strongarm->value = 1;
  62. $export['diff_enable_revisions_page_node_showroom'] = $strongarm;
  63. $strongarm = new stdClass();
  64. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  65. $strongarm->api_version = 1;
  66. $strongarm->name = 'diff_show_preview_changes_node_showroom';
  67. $strongarm->value = 1;
  68. $export['diff_show_preview_changes_node_showroom'] = $strongarm;
  69. $strongarm = new stdClass();
  70. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  71. $strongarm->api_version = 1;
  72. $strongarm->name = 'diff_view_mode_preview_node_showroom';
  73. $strongarm->value = 'full';
  74. $export['diff_view_mode_preview_node_showroom'] = $strongarm;
  75. $strongarm = new stdClass();
  76. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  77. $strongarm->api_version = 1;
  78. $strongarm->name = 'entity_translation_hide_translation_links_showroom';
  79. $strongarm->value = 0;
  80. $export['entity_translation_hide_translation_links_showroom'] = $strongarm;
  81. $strongarm = new stdClass();
  82. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  83. $strongarm->api_version = 1;
  84. $strongarm->name = 'entity_translation_node_metadata_showroom';
  85. $strongarm->value = '0';
  86. $export['entity_translation_node_metadata_showroom'] = $strongarm;
  87. $strongarm = new stdClass();
  88. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  89. $strongarm->api_version = 1;
  90. $strongarm->name = 'entity_translation_settings_node__showroom';
  91. $strongarm->value = array(
  92. 'default_language' => 'und',
  93. 'hide_language_selector' => 0,
  94. 'exclude_language_none' => 0,
  95. 'lock_language' => 0,
  96. 'shared_fields_original_only' => 0,
  97. );
  98. $export['entity_translation_settings_node__showroom'] = $strongarm;
  99. $strongarm = new stdClass();
  100. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  101. $strongarm->api_version = 1;
  102. $strongarm->name = 'field_bundle_settings_node__showroom';
  103. $strongarm->value = array(
  104. 'view_modes' => array(
  105. 'teaser' => array(
  106. 'custom_settings' => TRUE,
  107. ),
  108. 'homeblock' => array(
  109. 'custom_settings' => TRUE,
  110. ),
  111. 'bookmark' => array(
  112. 'custom_settings' => TRUE,
  113. ),
  114. 'cardsmall' => array(
  115. 'custom_settings' => TRUE,
  116. ),
  117. 'cardmedium' => array(
  118. 'custom_settings' => TRUE,
  119. ),
  120. 'cardbig' => array(
  121. 'custom_settings' => TRUE,
  122. ),
  123. 'cardfull' => array(
  124. 'custom_settings' => TRUE,
  125. ),
  126. 'full' => array(
  127. 'custom_settings' => FALSE,
  128. ),
  129. 'rss' => array(
  130. 'custom_settings' => FALSE,
  131. ),
  132. 'diff_standard' => array(
  133. 'custom_settings' => FALSE,
  134. ),
  135. 'print' => array(
  136. 'custom_settings' => FALSE,
  137. ),
  138. 'email_plain' => array(
  139. 'custom_settings' => FALSE,
  140. ),
  141. 'email_html' => array(
  142. 'custom_settings' => FALSE,
  143. ),
  144. 'email_textalt' => array(
  145. 'custom_settings' => FALSE,
  146. ),
  147. 'token' => array(
  148. 'custom_settings' => FALSE,
  149. ),
  150. ),
  151. 'extra_fields' => array(
  152. 'form' => array(
  153. 'metatags' => array(
  154. 'weight' => '6',
  155. ),
  156. 'title' => array(
  157. 'weight' => '0',
  158. ),
  159. 'path' => array(
  160. 'weight' => '3',
  161. ),
  162. 'redirect' => array(
  163. 'weight' => '4',
  164. ),
  165. 'language' => array(
  166. 'weight' => '2',
  167. ),
  168. ),
  169. 'display' => array(),
  170. ),
  171. );
  172. $export['field_bundle_settings_node__showroom'] = $strongarm;
  173. $strongarm = new stdClass();
  174. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  175. $strongarm->api_version = 1;
  176. $strongarm->name = 'i18n_node_extended_showroom';
  177. $strongarm->value = 1;
  178. $export['i18n_node_extended_showroom'] = $strongarm;
  179. $strongarm = new stdClass();
  180. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  181. $strongarm->api_version = 1;
  182. $strongarm->name = 'i18n_node_options_showroom';
  183. $strongarm->value = array();
  184. $export['i18n_node_options_showroom'] = $strongarm;
  185. $strongarm = new stdClass();
  186. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  187. $strongarm->api_version = 1;
  188. $strongarm->name = 'language_content_type_showroom';
  189. $strongarm->value = '4';
  190. $export['language_content_type_showroom'] = $strongarm;
  191. $strongarm = new stdClass();
  192. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  193. $strongarm->api_version = 1;
  194. $strongarm->name = 'materio_showroom_migrate_default_term';
  195. $strongarm->value = '7557';
  196. $export['materio_showroom_migrate_default_term'] = $strongarm;
  197. $strongarm = new stdClass();
  198. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  199. $strongarm->api_version = 1;
  200. $strongarm->name = 'materio_showroom_migrate_node_type';
  201. $strongarm->value = 'materiau';
  202. $export['materio_showroom_migrate_node_type'] = $strongarm;
  203. $strongarm = new stdClass();
  204. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  205. $strongarm->api_version = 1;
  206. $strongarm->name = 'materio_showroom_migrate_source_field';
  207. $strongarm->value = 'field_localisation';
  208. $export['materio_showroom_migrate_source_field'] = $strongarm;
  209. $strongarm = new stdClass();
  210. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  211. $strongarm->api_version = 1;
  212. $strongarm->name = 'materio_showroom_migrate_target_field';
  213. $strongarm->value = 'field_location';
  214. $export['materio_showroom_migrate_target_field'] = $strongarm;
  215. $strongarm = new stdClass();
  216. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  217. $strongarm->api_version = 1;
  218. $strongarm->name = 'materio_showroom_migrate_vocabulary';
  219. $strongarm->value = '19';
  220. $export['materio_showroom_migrate_vocabulary'] = $strongarm;
  221. $strongarm = new stdClass();
  222. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  223. $strongarm->api_version = 1;
  224. $strongarm->name = 'menu_options_showroom';
  225. $strongarm->value = array();
  226. $export['menu_options_showroom'] = $strongarm;
  227. $strongarm = new stdClass();
  228. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  229. $strongarm->api_version = 1;
  230. $strongarm->name = 'menu_parent_showroom';
  231. $strongarm->value = 'main-menu:0';
  232. $export['menu_parent_showroom'] = $strongarm;
  233. $strongarm = new stdClass();
  234. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  235. $strongarm->api_version = 1;
  236. $strongarm->name = 'metatag_enable_node__showroom';
  237. $strongarm->value = TRUE;
  238. $export['metatag_enable_node__showroom'] = $strongarm;
  239. $strongarm = new stdClass();
  240. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  241. $strongarm->api_version = 1;
  242. $strongarm->name = 'metatag_enable_taxonomy_term__showroom';
  243. $strongarm->value = TRUE;
  244. $export['metatag_enable_taxonomy_term__showroom'] = $strongarm;
  245. $strongarm = new stdClass();
  246. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  247. $strongarm->api_version = 1;
  248. $strongarm->name = 'nodeformscols_field_placements_showroom_default';
  249. $strongarm->value = array(
  250. 'additional_settings' => array(
  251. 'region' => 'footer',
  252. 'weight' => '5',
  253. 'has_required' => FALSE,
  254. 'title' => 'Onglets verticaux',
  255. 'hidden' => 0,
  256. ),
  257. 'actions' => array(
  258. 'region' => 'right',
  259. 'weight' => '3',
  260. 'has_required' => FALSE,
  261. 'title' => 'Enregistrer',
  262. 'hidden' => 0,
  263. ),
  264. 'entity_translation_entity_form_language_update' => array(
  265. 'region' => 'right',
  266. 'weight' => '1',
  267. 'has_required' => FALSE,
  268. 'title' => NULL,
  269. 'hidden' => 0,
  270. ),
  271. 'language' => array(
  272. 'region' => 'right',
  273. 'weight' => '0',
  274. 'has_required' => FALSE,
  275. 'title' => 'Langue',
  276. 'hidden' => 0,
  277. ),
  278. 'body' => array(
  279. 'region' => 'main',
  280. 'weight' => '4',
  281. 'has_required' => FALSE,
  282. 'title' => 'Body',
  283. 'hidden' => 0,
  284. ),
  285. 'field_tode_showroom' => array(
  286. 'region' => 'main',
  287. 'weight' => '0',
  288. 'has_required' => FALSE,
  289. 'title' => 'Showroom',
  290. 'hidden' => 0,
  291. ),
  292. 'field_public_address' => array(
  293. 'region' => 'main',
  294. 'weight' => '3',
  295. 'has_required' => TRUE,
  296. 'title' => 'Adresse',
  297. ),
  298. 'field_public_email' => array(
  299. 'region' => 'main',
  300. 'weight' => '1',
  301. 'has_required' => FALSE,
  302. 'title' => 'Email',
  303. 'hidden' => 0,
  304. ),
  305. 'field_public_phone' => array(
  306. 'region' => 'main',
  307. 'weight' => '2',
  308. 'has_required' => FALSE,
  309. 'title' => 'Phone',
  310. 'hidden' => 0,
  311. ),
  312. 'field_memo' => array(
  313. 'region' => 'right',
  314. 'weight' => '2',
  315. 'has_required' => FALSE,
  316. 'title' => 'Mémo',
  317. 'hidden' => 0,
  318. ),
  319. );
  320. $export['nodeformscols_field_placements_showroom_default'] = $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 = 'node_options_showroom';
  325. $strongarm->value = array(
  326. 0 => 'status',
  327. );
  328. $export['node_options_showroom'] = $strongarm;
  329. $strongarm = new stdClass();
  330. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  331. $strongarm->api_version = 1;
  332. $strongarm->name = 'node_preview_showroom';
  333. $strongarm->value = '0';
  334. $export['node_preview_showroom'] = $strongarm;
  335. $strongarm = new stdClass();
  336. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  337. $strongarm->api_version = 1;
  338. $strongarm->name = 'node_submitted_showroom';
  339. $strongarm->value = 0;
  340. $export['node_submitted_showroom'] = $strongarm;
  341. $strongarm = new stdClass();
  342. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  343. $strongarm->api_version = 1;
  344. $strongarm->name = 'print_html_display_comment_showroom';
  345. $strongarm->value = 0;
  346. $export['print_html_display_comment_showroom'] = $strongarm;
  347. $strongarm = new stdClass();
  348. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  349. $strongarm->api_version = 1;
  350. $strongarm->name = 'print_html_display_showroom';
  351. $strongarm->value = 0;
  352. $export['print_html_display_showroom'] = $strongarm;
  353. $strongarm = new stdClass();
  354. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  355. $strongarm->api_version = 1;
  356. $strongarm->name = 'print_html_display_urllist_showroom';
  357. $strongarm->value = 0;
  358. $export['print_html_display_urllist_showroom'] = $strongarm;
  359. $strongarm = new stdClass();
  360. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  361. $strongarm->api_version = 1;
  362. $strongarm->name = 'save_continue_showroom';
  363. $strongarm->value = 'Enregistrer et ajouter les champs';
  364. $export['save_continue_showroom'] = $strongarm;
  365. $strongarm = new stdClass();
  366. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  367. $strongarm->api_version = 1;
  368. $strongarm->name = 'simplenews_content_type_showroom';
  369. $strongarm->value = 0;
  370. $export['simplenews_content_type_showroom'] = $strongarm;
  371. $strongarm = new stdClass();
  372. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  373. $strongarm->api_version = 1;
  374. $strongarm->name = 'unique_field_comp_showroom';
  375. $strongarm->value = 'each';
  376. $export['unique_field_comp_showroom'] = $strongarm;
  377. $strongarm = new stdClass();
  378. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  379. $strongarm->api_version = 1;
  380. $strongarm->name = 'unique_field_fields_showroom';
  381. $strongarm->value = array(
  382. 0 => 'field_tode_showroom',
  383. );
  384. $export['unique_field_fields_showroom'] = $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 = 'unique_field_scope_showroom';
  389. $strongarm->value = 'type';
  390. $export['unique_field_scope_showroom'] = $strongarm;
  391. $strongarm = new stdClass();
  392. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  393. $strongarm->api_version = 1;
  394. $strongarm->name = 'unique_field_show_matches_showroom';
  395. $strongarm->value = array();
  396. $export['unique_field_show_matches_showroom'] = $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 = 'workflow_showroom';
  401. $strongarm->value = array(
  402. 0 => 'node',
  403. );
  404. $export['workflow_showroom'] = $strongarm;
  405. return $export;
  406. }