showroom.strongarm.inc 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  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 = 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_node__showroom';
  91. $strongarm->value = array(
  92. 'view_modes' => array(),
  93. 'extra_fields' => array(
  94. 'form' => array(
  95. 'metatags' => array(
  96. 'weight' => '6',
  97. ),
  98. 'title' => array(
  99. 'weight' => '0',
  100. ),
  101. 'path' => array(
  102. 'weight' => '3',
  103. ),
  104. 'redirect' => array(
  105. 'weight' => '4',
  106. ),
  107. 'language' => array(
  108. 'weight' => '2',
  109. ),
  110. ),
  111. 'display' => array(),
  112. ),
  113. );
  114. $export['field_bundle_settings_node__showroom'] = $strongarm;
  115. $strongarm = new stdClass();
  116. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  117. $strongarm->api_version = 1;
  118. $strongarm->name = 'i18n_node_extended_showroom';
  119. $strongarm->value = 1;
  120. $export['i18n_node_extended_showroom'] = $strongarm;
  121. $strongarm = new stdClass();
  122. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  123. $strongarm->api_version = 1;
  124. $strongarm->name = 'i18n_node_options_showroom';
  125. $strongarm->value = array();
  126. $export['i18n_node_options_showroom'] = $strongarm;
  127. $strongarm = new stdClass();
  128. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  129. $strongarm->api_version = 1;
  130. $strongarm->name = 'language_content_type_showroom';
  131. $strongarm->value = '4';
  132. $export['language_content_type_showroom'] = $strongarm;
  133. $strongarm = new stdClass();
  134. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  135. $strongarm->api_version = 1;
  136. $strongarm->name = 'menu_options_showroom';
  137. $strongarm->value = array();
  138. $export['menu_options_showroom'] = $strongarm;
  139. $strongarm = new stdClass();
  140. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  141. $strongarm->api_version = 1;
  142. $strongarm->name = 'menu_parent_showroom';
  143. $strongarm->value = 'main-menu:0';
  144. $export['menu_parent_showroom'] = $strongarm;
  145. $strongarm = new stdClass();
  146. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  147. $strongarm->api_version = 1;
  148. $strongarm->name = 'metatag_enable_node__showroom';
  149. $strongarm->value = TRUE;
  150. $export['metatag_enable_node__showroom'] = $strongarm;
  151. $strongarm = new stdClass();
  152. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  153. $strongarm->api_version = 1;
  154. $strongarm->name = 'metatag_enable_taxonomy_term__showroom';
  155. $strongarm->value = TRUE;
  156. $export['metatag_enable_taxonomy_term__showroom'] = $strongarm;
  157. $strongarm = new stdClass();
  158. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  159. $strongarm->api_version = 1;
  160. $strongarm->name = 'nodeformscols_field_placements_showroom_default';
  161. $strongarm->value = array(
  162. 'additional_settings' => array(
  163. 'region' => 'main',
  164. 'weight' => '5',
  165. 'has_required' => FALSE,
  166. 'title' => 'Onglets verticaux',
  167. 'hidden' => 0,
  168. ),
  169. 'actions' => array(
  170. 'region' => 'right',
  171. 'weight' => '2',
  172. 'has_required' => FALSE,
  173. 'title' => 'Enregistrer',
  174. 'hidden' => 0,
  175. ),
  176. 'entity_translation_entity_form_language_update' => array(
  177. 'region' => 'right',
  178. 'weight' => '1',
  179. 'has_required' => FALSE,
  180. 'title' => NULL,
  181. 'hidden' => 0,
  182. ),
  183. 'language' => array(
  184. 'region' => 'right',
  185. 'weight' => '0',
  186. 'has_required' => FALSE,
  187. 'title' => 'Langue',
  188. 'hidden' => 0,
  189. ),
  190. 'body' => array(
  191. 'region' => 'main',
  192. 'weight' => '1',
  193. 'has_required' => FALSE,
  194. 'title' => 'Body',
  195. 'hidden' => 0,
  196. ),
  197. 'field_tode_showroom' => array(
  198. 'region' => 'main',
  199. 'weight' => '0',
  200. 'has_required' => FALSE,
  201. 'title' => 'Showroom',
  202. 'hidden' => 0,
  203. ),
  204. 'field_public_address' => array(
  205. 'region' => 'main',
  206. 'weight' => '4',
  207. 'has_required' => TRUE,
  208. 'title' => 'Adresse',
  209. ),
  210. 'field_public_email' => array(
  211. 'region' => 'main',
  212. 'weight' => '2',
  213. 'has_required' => FALSE,
  214. 'title' => 'Email',
  215. 'hidden' => 0,
  216. ),
  217. 'field_public_phone' => array(
  218. 'region' => 'main',
  219. 'weight' => '3',
  220. 'has_required' => FALSE,
  221. 'title' => 'Phone',
  222. 'hidden' => 0,
  223. ),
  224. );
  225. $export['nodeformscols_field_placements_showroom_default'] = $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 = 'node_options_showroom';
  230. $strongarm->value = array(
  231. 0 => 'status',
  232. );
  233. $export['node_options_showroom'] = $strongarm;
  234. $strongarm = new stdClass();
  235. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  236. $strongarm->api_version = 1;
  237. $strongarm->name = 'node_preview_showroom';
  238. $strongarm->value = '0';
  239. $export['node_preview_showroom'] = $strongarm;
  240. $strongarm = new stdClass();
  241. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  242. $strongarm->api_version = 1;
  243. $strongarm->name = 'node_submitted_showroom';
  244. $strongarm->value = 0;
  245. $export['node_submitted_showroom'] = $strongarm;
  246. $strongarm = new stdClass();
  247. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  248. $strongarm->api_version = 1;
  249. $strongarm->name = 'print_html_display_comment_showroom';
  250. $strongarm->value = 0;
  251. $export['print_html_display_comment_showroom'] = $strongarm;
  252. $strongarm = new stdClass();
  253. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  254. $strongarm->api_version = 1;
  255. $strongarm->name = 'print_html_display_showroom';
  256. $strongarm->value = 0;
  257. $export['print_html_display_showroom'] = $strongarm;
  258. $strongarm = new stdClass();
  259. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  260. $strongarm->api_version = 1;
  261. $strongarm->name = 'print_html_display_urllist_showroom';
  262. $strongarm->value = 0;
  263. $export['print_html_display_urllist_showroom'] = $strongarm;
  264. $strongarm = new stdClass();
  265. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  266. $strongarm->api_version = 1;
  267. $strongarm->name = 'save_continue_showroom';
  268. $strongarm->value = 'Enregistrer et ajouter les champs';
  269. $export['save_continue_showroom'] = $strongarm;
  270. $strongarm = new stdClass();
  271. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  272. $strongarm->api_version = 1;
  273. $strongarm->name = 'simplenews_content_type_showroom';
  274. $strongarm->value = 0;
  275. $export['simplenews_content_type_showroom'] = $strongarm;
  276. $strongarm = new stdClass();
  277. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  278. $strongarm->api_version = 1;
  279. $strongarm->name = 'unique_field_comp_showroom';
  280. $strongarm->value = 'each';
  281. $export['unique_field_comp_showroom'] = $strongarm;
  282. $strongarm = new stdClass();
  283. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  284. $strongarm->api_version = 1;
  285. $strongarm->name = 'unique_field_fields_showroom';
  286. $strongarm->value = array();
  287. $export['unique_field_fields_showroom'] = $strongarm;
  288. $strongarm = new stdClass();
  289. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  290. $strongarm->api_version = 1;
  291. $strongarm->name = 'unique_field_scope_showroom';
  292. $strongarm->value = 'type';
  293. $export['unique_field_scope_showroom'] = $strongarm;
  294. $strongarm = new stdClass();
  295. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  296. $strongarm->api_version = 1;
  297. $strongarm->name = 'unique_field_show_matches_showroom';
  298. $strongarm->value = array();
  299. $export['unique_field_show_matches_showroom'] = $strongarm;
  300. return $export;
  301. }