showroom.strongarm.inc 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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 = 'field_bundle_settings_field_collection_item__field_showroom_localisation';
  91. $strongarm->value = array(
  92. 'view_modes' => array(
  93. 'full' => array(
  94. 'custom_settings' => FALSE,
  95. ),
  96. 'diff_standard' => array(
  97. 'custom_settings' => FALSE,
  98. ),
  99. 'print' => array(
  100. 'custom_settings' => FALSE,
  101. ),
  102. 'token' => array(
  103. 'custom_settings' => FALSE,
  104. ),
  105. ),
  106. 'extra_fields' => array(
  107. 'form' => array(
  108. 'redirect' => array(
  109. 'weight' => '30',
  110. ),
  111. ),
  112. 'display' => array(),
  113. ),
  114. );
  115. $export['field_bundle_settings_field_collection_item__field_showroom_localisation'] = $strongarm;
  116. $strongarm = new stdClass();
  117. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  118. $strongarm->api_version = 1;
  119. $strongarm->name = 'field_bundle_settings_node__showroom';
  120. $strongarm->value = array(
  121. 'view_modes' => array(
  122. 'teaser' => array(
  123. 'custom_settings' => TRUE,
  124. ),
  125. 'homeblock' => array(
  126. 'custom_settings' => TRUE,
  127. ),
  128. 'bookmark' => array(
  129. 'custom_settings' => TRUE,
  130. ),
  131. 'cardsmall' => array(
  132. 'custom_settings' => TRUE,
  133. ),
  134. 'cardmedium' => array(
  135. 'custom_settings' => TRUE,
  136. ),
  137. 'cardbig' => array(
  138. 'custom_settings' => TRUE,
  139. ),
  140. 'cardfull' => array(
  141. 'custom_settings' => TRUE,
  142. ),
  143. 'full' => array(
  144. 'custom_settings' => FALSE,
  145. ),
  146. 'rss' => array(
  147. 'custom_settings' => FALSE,
  148. ),
  149. 'diff_standard' => array(
  150. 'custom_settings' => FALSE,
  151. ),
  152. 'print' => array(
  153. 'custom_settings' => FALSE,
  154. ),
  155. 'email_plain' => array(
  156. 'custom_settings' => FALSE,
  157. ),
  158. 'email_html' => array(
  159. 'custom_settings' => FALSE,
  160. ),
  161. 'email_textalt' => array(
  162. 'custom_settings' => FALSE,
  163. ),
  164. 'token' => array(
  165. 'custom_settings' => FALSE,
  166. ),
  167. ),
  168. 'extra_fields' => array(
  169. 'form' => array(
  170. 'metatags' => array(
  171. 'weight' => '6',
  172. ),
  173. 'title' => array(
  174. 'weight' => '0',
  175. ),
  176. 'path' => array(
  177. 'weight' => '3',
  178. ),
  179. 'redirect' => array(
  180. 'weight' => '4',
  181. ),
  182. 'language' => array(
  183. 'weight' => '2',
  184. ),
  185. ),
  186. 'display' => array(),
  187. ),
  188. );
  189. $export['field_bundle_settings_node__showroom'] = $strongarm;
  190. $strongarm = new stdClass();
  191. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  192. $strongarm->api_version = 1;
  193. $strongarm->name = 'i18n_node_extended_showroom';
  194. $strongarm->value = 1;
  195. $export['i18n_node_extended_showroom'] = $strongarm;
  196. $strongarm = new stdClass();
  197. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  198. $strongarm->api_version = 1;
  199. $strongarm->name = 'i18n_node_options_showroom';
  200. $strongarm->value = array();
  201. $export['i18n_node_options_showroom'] = $strongarm;
  202. $strongarm = new stdClass();
  203. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  204. $strongarm->api_version = 1;
  205. $strongarm->name = 'language_content_type_showroom';
  206. $strongarm->value = '4';
  207. $export['language_content_type_showroom'] = $strongarm;
  208. $strongarm = new stdClass();
  209. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  210. $strongarm->api_version = 1;
  211. $strongarm->name = 'menu_options_showroom';
  212. $strongarm->value = array();
  213. $export['menu_options_showroom'] = $strongarm;
  214. $strongarm = new stdClass();
  215. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  216. $strongarm->api_version = 1;
  217. $strongarm->name = 'menu_parent_showroom';
  218. $strongarm->value = 'main-menu:0';
  219. $export['menu_parent_showroom'] = $strongarm;
  220. $strongarm = new stdClass();
  221. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  222. $strongarm->api_version = 1;
  223. $strongarm->name = 'metatag_enable_node__showroom';
  224. $strongarm->value = TRUE;
  225. $export['metatag_enable_node__showroom'] = $strongarm;
  226. $strongarm = new stdClass();
  227. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  228. $strongarm->api_version = 1;
  229. $strongarm->name = 'metatag_enable_taxonomy_term__showroom';
  230. $strongarm->value = TRUE;
  231. $export['metatag_enable_taxonomy_term__showroom'] = $strongarm;
  232. $strongarm = new stdClass();
  233. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  234. $strongarm->api_version = 1;
  235. $strongarm->name = 'nodeformscols_field_placements_showroom_default';
  236. $strongarm->value = array(
  237. 'additional_settings' => array(
  238. 'region' => 'footer',
  239. 'weight' => '5',
  240. 'has_required' => FALSE,
  241. 'title' => 'Onglets verticaux',
  242. 'hidden' => 0,
  243. ),
  244. 'actions' => array(
  245. 'region' => 'right',
  246. 'weight' => '3',
  247. 'has_required' => FALSE,
  248. 'title' => 'Enregistrer',
  249. 'hidden' => 0,
  250. ),
  251. 'entity_translation_entity_form_language_update' => array(
  252. 'region' => 'right',
  253. 'weight' => '1',
  254. 'has_required' => FALSE,
  255. 'title' => NULL,
  256. 'hidden' => 0,
  257. ),
  258. 'language' => array(
  259. 'region' => 'right',
  260. 'weight' => '0',
  261. 'has_required' => FALSE,
  262. 'title' => 'Langue',
  263. 'hidden' => 0,
  264. ),
  265. 'body' => array(
  266. 'region' => 'main',
  267. 'weight' => '4',
  268. 'has_required' => FALSE,
  269. 'title' => 'Body',
  270. 'hidden' => 0,
  271. ),
  272. 'field_tode_showroom' => array(
  273. 'region' => 'main',
  274. 'weight' => '0',
  275. 'has_required' => FALSE,
  276. 'title' => 'Showroom',
  277. 'hidden' => 0,
  278. ),
  279. 'field_public_address' => array(
  280. 'region' => 'main',
  281. 'weight' => '3',
  282. 'has_required' => TRUE,
  283. 'title' => 'Adresse',
  284. ),
  285. 'field_public_email' => array(
  286. 'region' => 'main',
  287. 'weight' => '1',
  288. 'has_required' => FALSE,
  289. 'title' => 'Email',
  290. 'hidden' => 0,
  291. ),
  292. 'field_public_phone' => array(
  293. 'region' => 'main',
  294. 'weight' => '2',
  295. 'has_required' => FALSE,
  296. 'title' => 'Phone',
  297. 'hidden' => 0,
  298. ),
  299. 'field_memo' => array(
  300. 'region' => 'right',
  301. 'weight' => '2',
  302. 'has_required' => FALSE,
  303. 'title' => 'Mémo',
  304. 'hidden' => 0,
  305. ),
  306. );
  307. $export['nodeformscols_field_placements_showroom_default'] = $strongarm;
  308. $strongarm = new stdClass();
  309. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  310. $strongarm->api_version = 1;
  311. $strongarm->name = 'node_options_showroom';
  312. $strongarm->value = array(
  313. 0 => 'status',
  314. );
  315. $export['node_options_showroom'] = $strongarm;
  316. $strongarm = new stdClass();
  317. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  318. $strongarm->api_version = 1;
  319. $strongarm->name = 'node_preview_showroom';
  320. $strongarm->value = '0';
  321. $export['node_preview_showroom'] = $strongarm;
  322. $strongarm = new stdClass();
  323. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  324. $strongarm->api_version = 1;
  325. $strongarm->name = 'node_submitted_showroom';
  326. $strongarm->value = 0;
  327. $export['node_submitted_showroom'] = $strongarm;
  328. $strongarm = new stdClass();
  329. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  330. $strongarm->api_version = 1;
  331. $strongarm->name = 'print_html_display_comment_showroom';
  332. $strongarm->value = 0;
  333. $export['print_html_display_comment_showroom'] = $strongarm;
  334. $strongarm = new stdClass();
  335. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  336. $strongarm->api_version = 1;
  337. $strongarm->name = 'print_html_display_showroom';
  338. $strongarm->value = 0;
  339. $export['print_html_display_showroom'] = $strongarm;
  340. $strongarm = new stdClass();
  341. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  342. $strongarm->api_version = 1;
  343. $strongarm->name = 'print_html_display_urllist_showroom';
  344. $strongarm->value = 0;
  345. $export['print_html_display_urllist_showroom'] = $strongarm;
  346. $strongarm = new stdClass();
  347. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  348. $strongarm->api_version = 1;
  349. $strongarm->name = 'save_continue_showroom';
  350. $strongarm->value = 'Enregistrer et ajouter les champs';
  351. $export['save_continue_showroom'] = $strongarm;
  352. $strongarm = new stdClass();
  353. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  354. $strongarm->api_version = 1;
  355. $strongarm->name = 'simplenews_content_type_showroom';
  356. $strongarm->value = 0;
  357. $export['simplenews_content_type_showroom'] = $strongarm;
  358. $strongarm = new stdClass();
  359. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  360. $strongarm->api_version = 1;
  361. $strongarm->name = 'unique_field_comp_showroom';
  362. $strongarm->value = 'each';
  363. $export['unique_field_comp_showroom'] = $strongarm;
  364. $strongarm = new stdClass();
  365. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  366. $strongarm->api_version = 1;
  367. $strongarm->name = 'unique_field_fields_showroom';
  368. $strongarm->value = array(
  369. 0 => 'field_tode_showroom',
  370. );
  371. $export['unique_field_fields_showroom'] = $strongarm;
  372. $strongarm = new stdClass();
  373. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  374. $strongarm->api_version = 1;
  375. $strongarm->name = 'unique_field_scope_showroom';
  376. $strongarm->value = 'type';
  377. $export['unique_field_scope_showroom'] = $strongarm;
  378. $strongarm = new stdClass();
  379. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  380. $strongarm->api_version = 1;
  381. $strongarm->name = 'unique_field_show_matches_showroom';
  382. $strongarm->value = array();
  383. $export['unique_field_show_matches_showroom'] = $strongarm;
  384. return $export;
  385. }