showroom.strongarm.inc 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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. $items = field_get_items(\'node\', $node, \'field_tode_showroom\');
  23. return t($items[0][\'name\']);
  24. ?>
  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 = 1;
  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_node__showroom';
  91. $strongarm->value = array(
  92. 'view_modes' => array(
  93. 'teaser' => array(
  94. 'custom_settings' => TRUE,
  95. ),
  96. 'homeblock' => array(
  97. 'custom_settings' => TRUE,
  98. ),
  99. 'bookmark' => array(
  100. 'custom_settings' => TRUE,
  101. ),
  102. 'cardsmall' => array(
  103. 'custom_settings' => TRUE,
  104. ),
  105. 'cardmedium' => array(
  106. 'custom_settings' => TRUE,
  107. ),
  108. 'cardbig' => array(
  109. 'custom_settings' => TRUE,
  110. ),
  111. 'cardfull' => array(
  112. 'custom_settings' => TRUE,
  113. ),
  114. 'full' => array(
  115. 'custom_settings' => FALSE,
  116. ),
  117. 'rss' => array(
  118. 'custom_settings' => FALSE,
  119. ),
  120. 'diff_standard' => array(
  121. 'custom_settings' => FALSE,
  122. ),
  123. 'print' => array(
  124. 'custom_settings' => FALSE,
  125. ),
  126. 'email_plain' => array(
  127. 'custom_settings' => FALSE,
  128. ),
  129. 'email_html' => array(
  130. 'custom_settings' => FALSE,
  131. ),
  132. 'email_textalt' => array(
  133. 'custom_settings' => FALSE,
  134. ),
  135. 'token' => array(
  136. 'custom_settings' => FALSE,
  137. ),
  138. ),
  139. 'extra_fields' => array(
  140. 'form' => array(
  141. 'metatags' => array(
  142. 'weight' => '6',
  143. ),
  144. 'title' => array(
  145. 'weight' => '0',
  146. ),
  147. 'path' => array(
  148. 'weight' => '3',
  149. ),
  150. 'redirect' => array(
  151. 'weight' => '4',
  152. ),
  153. 'language' => array(
  154. 'weight' => '2',
  155. ),
  156. ),
  157. 'display' => array(),
  158. ),
  159. );
  160. $export['field_bundle_settings_node__showroom'] = $strongarm;
  161. $strongarm = new stdClass();
  162. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  163. $strongarm->api_version = 1;
  164. $strongarm->name = 'i18n_node_extended_showroom';
  165. $strongarm->value = 1;
  166. $export['i18n_node_extended_showroom'] = $strongarm;
  167. $strongarm = new stdClass();
  168. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  169. $strongarm->api_version = 1;
  170. $strongarm->name = 'i18n_node_options_showroom';
  171. $strongarm->value = array();
  172. $export['i18n_node_options_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 = 'language_content_type_showroom';
  177. $strongarm->value = '4';
  178. $export['language_content_type_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 = 'menu_options_showroom';
  183. $strongarm->value = array();
  184. $export['menu_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 = 'menu_parent_showroom';
  189. $strongarm->value = 'main-menu:0';
  190. $export['menu_parent_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 = 'metatag_enable_node__showroom';
  195. $strongarm->value = TRUE;
  196. $export['metatag_enable_node__showroom'] = $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 = 'metatag_enable_taxonomy_term__showroom';
  201. $strongarm->value = TRUE;
  202. $export['metatag_enable_taxonomy_term__showroom'] = $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 = 'nodeformscols_field_placements_showroom_default';
  207. $strongarm->value = array(
  208. 'additional_settings' => array(
  209. 'region' => 'main',
  210. 'weight' => '5',
  211. 'has_required' => FALSE,
  212. 'title' => 'Onglets verticaux',
  213. 'hidden' => 0,
  214. ),
  215. 'actions' => array(
  216. 'region' => 'right',
  217. 'weight' => '2',
  218. 'has_required' => FALSE,
  219. 'title' => 'Enregistrer',
  220. 'hidden' => 0,
  221. ),
  222. 'entity_translation_entity_form_language_update' => array(
  223. 'region' => 'right',
  224. 'weight' => '1',
  225. 'has_required' => FALSE,
  226. 'title' => NULL,
  227. 'hidden' => 0,
  228. ),
  229. 'language' => array(
  230. 'region' => 'right',
  231. 'weight' => '0',
  232. 'has_required' => FALSE,
  233. 'title' => 'Langue',
  234. 'hidden' => 0,
  235. ),
  236. 'body' => array(
  237. 'region' => 'main',
  238. 'weight' => '1',
  239. 'has_required' => FALSE,
  240. 'title' => 'Body',
  241. 'hidden' => 0,
  242. ),
  243. 'field_tode_showroom' => array(
  244. 'region' => 'main',
  245. 'weight' => '0',
  246. 'has_required' => FALSE,
  247. 'title' => 'Showroom',
  248. 'hidden' => 0,
  249. ),
  250. 'field_public_address' => array(
  251. 'region' => 'main',
  252. 'weight' => '4',
  253. 'has_required' => TRUE,
  254. 'title' => 'Adresse',
  255. ),
  256. 'field_public_email' => array(
  257. 'region' => 'main',
  258. 'weight' => '2',
  259. 'has_required' => FALSE,
  260. 'title' => 'Email',
  261. 'hidden' => 0,
  262. ),
  263. 'field_public_phone' => array(
  264. 'region' => 'main',
  265. 'weight' => '3',
  266. 'has_required' => FALSE,
  267. 'title' => 'Phone',
  268. 'hidden' => 0,
  269. ),
  270. );
  271. $export['nodeformscols_field_placements_showroom_default'] = $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 = 'node_options_showroom';
  276. $strongarm->value = array(
  277. 0 => 'status',
  278. );
  279. $export['node_options_showroom'] = $strongarm;
  280. $strongarm = new stdClass();
  281. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  282. $strongarm->api_version = 1;
  283. $strongarm->name = 'node_preview_showroom';
  284. $strongarm->value = '0';
  285. $export['node_preview_showroom'] = $strongarm;
  286. $strongarm = new stdClass();
  287. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  288. $strongarm->api_version = 1;
  289. $strongarm->name = 'node_submitted_showroom';
  290. $strongarm->value = 0;
  291. $export['node_submitted_showroom'] = $strongarm;
  292. $strongarm = new stdClass();
  293. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  294. $strongarm->api_version = 1;
  295. $strongarm->name = 'print_html_display_comment_showroom';
  296. $strongarm->value = 0;
  297. $export['print_html_display_comment_showroom'] = $strongarm;
  298. $strongarm = new stdClass();
  299. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  300. $strongarm->api_version = 1;
  301. $strongarm->name = 'print_html_display_showroom';
  302. $strongarm->value = 0;
  303. $export['print_html_display_showroom'] = $strongarm;
  304. $strongarm = new stdClass();
  305. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  306. $strongarm->api_version = 1;
  307. $strongarm->name = 'print_html_display_urllist_showroom';
  308. $strongarm->value = 0;
  309. $export['print_html_display_urllist_showroom'] = $strongarm;
  310. $strongarm = new stdClass();
  311. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  312. $strongarm->api_version = 1;
  313. $strongarm->name = 'save_continue_showroom';
  314. $strongarm->value = 'Enregistrer et ajouter les champs';
  315. $export['save_continue_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 = 'simplenews_content_type_showroom';
  320. $strongarm->value = 0;
  321. $export['simplenews_content_type_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 = 'unique_field_comp_showroom';
  326. $strongarm->value = 'each';
  327. $export['unique_field_comp_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 = 'unique_field_fields_showroom';
  332. $strongarm->value = array(
  333. 0 => 'field_tode_showroom',
  334. );
  335. $export['unique_field_fields_showroom'] = $strongarm;
  336. $strongarm = new stdClass();
  337. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  338. $strongarm->api_version = 1;
  339. $strongarm->name = 'unique_field_scope_showroom';
  340. $strongarm->value = 'type';
  341. $export['unique_field_scope_showroom'] = $strongarm;
  342. $strongarm = new stdClass();
  343. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  344. $strongarm->api_version = 1;
  345. $strongarm->name = 'unique_field_show_matches_showroom';
  346. $strongarm->value = array();
  347. $export['unique_field_show_matches_showroom'] = $strongarm;
  348. return $export;
  349. }