showroom.features.field_instance.inc 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276
  1. <?php
  2. /**
  3. * @file
  4. * showroom.features.field_instance.inc
  5. */
  6. /**
  7. * Implements hook_field_default_field_instances().
  8. */
  9. function showroom_field_default_field_instances() {
  10. $field_instances = array();
  11. // Exported field_instance: 'node-breve-field_showroom'.
  12. $field_instances['node-breve-field_showroom'] = array(
  13. 'bundle' => 'breve',
  14. 'default_value' => NULL,
  15. 'deleted' => 0,
  16. 'description' => '',
  17. 'display' => array(
  18. 'bookmark' => array(
  19. 'label' => 'above',
  20. 'settings' => array(),
  21. 'type' => 'hidden',
  22. 'weight' => 0,
  23. ),
  24. 'cardbig' => array(
  25. 'label' => 'above',
  26. 'settings' => array(),
  27. 'type' => 'hidden',
  28. 'weight' => 0,
  29. ),
  30. 'cardfull' => array(
  31. 'label' => 'above',
  32. 'settings' => array(),
  33. 'type' => 'hidden',
  34. 'weight' => 0,
  35. ),
  36. 'cardmedium' => array(
  37. 'label' => 'above',
  38. 'settings' => array(),
  39. 'type' => 'hidden',
  40. 'weight' => 0,
  41. ),
  42. 'cardsmall' => array(
  43. 'label' => 'above',
  44. 'settings' => array(),
  45. 'type' => 'hidden',
  46. 'weight' => 0,
  47. ),
  48. 'default' => array(
  49. 'label' => 'above',
  50. 'module' => 'taxonomy',
  51. 'settings' => array(),
  52. 'type' => 'taxonomy_term_reference_link',
  53. 'weight' => 12,
  54. ),
  55. 'homeblock' => array(
  56. 'label' => 'above',
  57. 'settings' => array(),
  58. 'type' => 'hidden',
  59. 'weight' => 0,
  60. ),
  61. 'teaser' => array(
  62. 'label' => 'above',
  63. 'settings' => array(),
  64. 'type' => 'hidden',
  65. 'weight' => 0,
  66. ),
  67. ),
  68. 'entity_type' => 'node',
  69. 'field_name' => 'field_showroom',
  70. 'label' => 'Showroom',
  71. 'required' => 0,
  72. 'settings' => array(
  73. 'entity_translation_sync' => FALSE,
  74. 'user_register_form' => FALSE,
  75. ),
  76. 'widget' => array(
  77. 'active' => 1,
  78. 'module' => 'field_extrawidgets',
  79. 'settings' => array(
  80. 'content_taxonomy_opt_groups' => 0,
  81. 'display_empty' => 0,
  82. 'formatter' => '',
  83. 'formatter_settings' => array(),
  84. ),
  85. 'type' => 'field_extrawidgets_read_only',
  86. 'weight' => 4,
  87. ),
  88. );
  89. // Exported field_instance: 'node-materiau-field_location'.
  90. $field_instances['node-materiau-field_location'] = array(
  91. 'bundle' => 'materiau',
  92. 'default_value' => NULL,
  93. 'deleted' => 0,
  94. 'description' => '',
  95. 'display' => array(
  96. 'bookmark' => array(
  97. 'label' => 'above',
  98. 'settings' => array(),
  99. 'type' => 'hidden',
  100. 'weight' => 0,
  101. ),
  102. 'cardbig' => array(
  103. 'label' => 'above',
  104. 'module' => 'materio_showroom',
  105. 'settings' => array(),
  106. 'type' => 'materio_showroom_location_simple_text',
  107. 'weight' => 7,
  108. ),
  109. 'cardfull' => array(
  110. 'label' => 'above',
  111. 'module' => 'materio_showroom',
  112. 'settings' => array(),
  113. 'type' => 'materio_showroom_location_simple_text',
  114. 'weight' => 17,
  115. ),
  116. 'cardmedium' => array(
  117. 'label' => 'above',
  118. 'module' => 'materio_showroom',
  119. 'settings' => array(),
  120. 'type' => 'materio_showroom_location_simple_text',
  121. 'weight' => 22,
  122. ),
  123. 'cardsmall' => array(
  124. 'label' => 'above',
  125. 'module' => 'materio_showroom',
  126. 'settings' => array(),
  127. 'type' => 'materio_showroom_location_simple_text',
  128. 'weight' => 8,
  129. ),
  130. 'default' => array(
  131. 'label' => 'above',
  132. 'module' => 'materio_showroom',
  133. 'settings' => array(),
  134. 'type' => 'materio_showroom_location_simple_text',
  135. 'weight' => 25,
  136. ),
  137. 'homeblock' => array(
  138. 'label' => 'above',
  139. 'settings' => array(),
  140. 'type' => 'hidden',
  141. 'weight' => 0,
  142. ),
  143. 'print' => array(
  144. 'label' => 'above',
  145. 'module' => 'materio_showroom',
  146. 'settings' => array(),
  147. 'type' => 'materio_showroom_location_simple_text',
  148. 'weight' => 7,
  149. ),
  150. 'teaser' => array(
  151. 'label' => 'above',
  152. 'settings' => array(),
  153. 'type' => 'hidden',
  154. 'weight' => 0,
  155. ),
  156. ),
  157. 'entity_type' => 'node',
  158. 'field_name' => 'field_location',
  159. 'label' => 'Samples',
  160. 'required' => 0,
  161. 'settings' => array(
  162. 'entity_translation_sync' => FALSE,
  163. 'user_register_form' => FALSE,
  164. ),
  165. 'widget' => array(
  166. 'active' => 1,
  167. 'module' => 'materio_showroom',
  168. 'settings' => array(
  169. 'vocabulary' => 19,
  170. ),
  171. 'type' => 'materio_showroom_location_text',
  172. 'weight' => -2,
  173. ),
  174. );
  175. // Exported field_instance: 'node-showroom-body'.
  176. $field_instances['node-showroom-body'] = array(
  177. 'bundle' => 'showroom',
  178. 'default_value' => NULL,
  179. 'deleted' => 0,
  180. 'description' => '',
  181. 'display' => array(
  182. 'bookmark' => array(
  183. 'label' => 'above',
  184. 'settings' => array(),
  185. 'type' => 'hidden',
  186. 'weight' => 0,
  187. ),
  188. 'cardbig' => array(
  189. 'label' => 'above',
  190. 'settings' => array(),
  191. 'type' => 'hidden',
  192. 'weight' => 0,
  193. ),
  194. 'cardfull' => array(
  195. 'label' => 'above',
  196. 'settings' => array(),
  197. 'type' => 'hidden',
  198. 'weight' => 0,
  199. ),
  200. 'cardmedium' => array(
  201. 'label' => 'above',
  202. 'settings' => array(),
  203. 'type' => 'hidden',
  204. 'weight' => 0,
  205. ),
  206. 'cardsmall' => array(
  207. 'label' => 'above',
  208. 'settings' => array(),
  209. 'type' => 'hidden',
  210. 'weight' => 0,
  211. ),
  212. 'default' => array(
  213. 'label' => 'hidden',
  214. 'module' => 'text',
  215. 'settings' => array(),
  216. 'type' => 'text_default',
  217. 'weight' => 3,
  218. ),
  219. 'homeblock' => array(
  220. 'label' => 'above',
  221. 'settings' => array(),
  222. 'type' => 'hidden',
  223. 'weight' => 0,
  224. ),
  225. 'teaser' => array(
  226. 'label' => 'hidden',
  227. 'module' => 'text',
  228. 'settings' => array(
  229. 'trim_length' => 600,
  230. ),
  231. 'type' => 'text_summary_or_trimmed',
  232. 'weight' => 0,
  233. ),
  234. ),
  235. 'entity_type' => 'node',
  236. 'field_name' => 'body',
  237. 'label' => 'Body',
  238. 'required' => FALSE,
  239. 'settings' => array(
  240. 'display_summary' => TRUE,
  241. 'entity_translation_sync' => FALSE,
  242. 'text_processing' => 1,
  243. 'user_register_form' => FALSE,
  244. ),
  245. 'widget' => array(
  246. 'module' => 'text',
  247. 'settings' => array(
  248. 'rows' => 20,
  249. 'summary_rows' => 5,
  250. ),
  251. 'type' => 'text_textarea_with_summary',
  252. 'weight' => 5,
  253. ),
  254. );
  255. // Exported field_instance: 'node-showroom-field_memo'.
  256. $field_instances['node-showroom-field_memo'] = array(
  257. 'bundle' => 'showroom',
  258. 'default_value' => NULL,
  259. 'deleted' => 0,
  260. 'description' => '',
  261. 'display' => array(
  262. 'bookmark' => array(
  263. 'label' => 'above',
  264. 'settings' => array(),
  265. 'type' => 'hidden',
  266. 'weight' => 0,
  267. ),
  268. 'cardbig' => array(
  269. 'label' => 'above',
  270. 'settings' => array(),
  271. 'type' => 'hidden',
  272. 'weight' => 0,
  273. ),
  274. 'cardfull' => array(
  275. 'label' => 'above',
  276. 'settings' => array(),
  277. 'type' => 'hidden',
  278. 'weight' => 0,
  279. ),
  280. 'cardmedium' => array(
  281. 'label' => 'above',
  282. 'settings' => array(),
  283. 'type' => 'hidden',
  284. 'weight' => 0,
  285. ),
  286. 'cardsmall' => array(
  287. 'label' => 'above',
  288. 'settings' => array(),
  289. 'type' => 'hidden',
  290. 'weight' => 0,
  291. ),
  292. 'default' => array(
  293. 'label' => 'above',
  294. 'module' => 'text',
  295. 'settings' => array(),
  296. 'type' => 'text_default',
  297. 'weight' => 5,
  298. ),
  299. 'homeblock' => array(
  300. 'label' => 'above',
  301. 'settings' => array(),
  302. 'type' => 'hidden',
  303. 'weight' => 0,
  304. ),
  305. 'teaser' => array(
  306. 'label' => 'above',
  307. 'settings' => array(),
  308. 'type' => 'hidden',
  309. 'weight' => 0,
  310. ),
  311. ),
  312. 'entity_type' => 'node',
  313. 'field_name' => 'field_memo',
  314. 'label' => 'Mémo',
  315. 'required' => 0,
  316. 'settings' => array(
  317. 'entity_translation_sync' => FALSE,
  318. 'text_processing' => 0,
  319. 'user_register_form' => FALSE,
  320. ),
  321. 'widget' => array(
  322. 'active' => 1,
  323. 'module' => 'text',
  324. 'settings' => array(
  325. 'rows' => 5,
  326. ),
  327. 'type' => 'text_textarea',
  328. 'weight' => 10,
  329. ),
  330. );
  331. // Exported field_instance: 'node-showroom-field_public_address'.
  332. $field_instances['node-showroom-field_public_address'] = array(
  333. 'bundle' => 'showroom',
  334. 'default_value' => NULL,
  335. 'deleted' => 0,
  336. 'description' => '',
  337. 'display' => array(
  338. 'bookmark' => array(
  339. 'label' => 'above',
  340. 'settings' => array(),
  341. 'type' => 'hidden',
  342. 'weight' => 0,
  343. ),
  344. 'cardbig' => array(
  345. 'label' => 'above',
  346. 'settings' => array(),
  347. 'type' => 'hidden',
  348. 'weight' => 0,
  349. ),
  350. 'cardfull' => array(
  351. 'label' => 'above',
  352. 'settings' => array(),
  353. 'type' => 'hidden',
  354. 'weight' => 0,
  355. ),
  356. 'cardmedium' => array(
  357. 'label' => 'above',
  358. 'settings' => array(),
  359. 'type' => 'hidden',
  360. 'weight' => 0,
  361. ),
  362. 'cardsmall' => array(
  363. 'label' => 'above',
  364. 'settings' => array(),
  365. 'type' => 'hidden',
  366. 'weight' => 0,
  367. ),
  368. 'default' => array(
  369. 'label' => 'hidden',
  370. 'module' => 'addressfield',
  371. 'settings' => array(
  372. 'format_handlers' => array(
  373. 0 => 'address',
  374. ),
  375. 'use_widget_handlers' => 1,
  376. ),
  377. 'type' => 'addressfield_default',
  378. 'weight' => 0,
  379. ),
  380. 'homeblock' => array(
  381. 'label' => 'above',
  382. 'settings' => array(),
  383. 'type' => 'hidden',
  384. 'weight' => 0,
  385. ),
  386. 'teaser' => array(
  387. 'label' => 'above',
  388. 'settings' => array(),
  389. 'type' => 'hidden',
  390. 'weight' => 0,
  391. ),
  392. ),
  393. 'entity_type' => 'node',
  394. 'field_name' => 'field_public_address',
  395. 'label' => 'Adresse',
  396. 'required' => 0,
  397. 'settings' => array(
  398. 'entity_translation_sync' => FALSE,
  399. 'user_register_form' => FALSE,
  400. ),
  401. 'widget' => array(
  402. 'active' => 1,
  403. 'module' => 'addressfield',
  404. 'settings' => array(
  405. 'available_countries' => array(
  406. 'AD' => 'AD',
  407. 'AE' => 'AE',
  408. 'AF' => 'AF',
  409. 'AG' => 'AG',
  410. 'AI' => 'AI',
  411. 'AL' => 'AL',
  412. 'AM' => 'AM',
  413. 'AN' => 'AN',
  414. 'AO' => 'AO',
  415. 'AQ' => 'AQ',
  416. 'AR' => 'AR',
  417. 'AS' => 'AS',
  418. 'AT' => 'AT',
  419. 'AU' => 'AU',
  420. 'AW' => 'AW',
  421. 'AX' => 'AX',
  422. 'AZ' => 'AZ',
  423. 'BA' => 'BA',
  424. 'BB' => 'BB',
  425. 'BD' => 'BD',
  426. 'BE' => 'BE',
  427. 'BF' => 'BF',
  428. 'BG' => 'BG',
  429. 'BH' => 'BH',
  430. 'BI' => 'BI',
  431. 'BJ' => 'BJ',
  432. 'BL' => 'BL',
  433. 'BM' => 'BM',
  434. 'BN' => 'BN',
  435. 'BO' => 'BO',
  436. 'BQ' => 'BQ',
  437. 'BR' => 'BR',
  438. 'BS' => 'BS',
  439. 'BT' => 'BT',
  440. 'BV' => 'BV',
  441. 'BW' => 'BW',
  442. 'BY' => 'BY',
  443. 'BZ' => 'BZ',
  444. 'CA' => 'CA',
  445. 'CC' => 'CC',
  446. 'CD' => 'CD',
  447. 'CF' => 'CF',
  448. 'CG' => 'CG',
  449. 'CH' => 'CH',
  450. 'CI' => 'CI',
  451. 'CK' => 'CK',
  452. 'CL' => 'CL',
  453. 'CM' => 'CM',
  454. 'CN' => 'CN',
  455. 'CO' => 'CO',
  456. 'CR' => 'CR',
  457. 'CU' => 'CU',
  458. 'CV' => 'CV',
  459. 'CW' => 'CW',
  460. 'CX' => 'CX',
  461. 'CY' => 'CY',
  462. 'CZ' => 'CZ',
  463. 'DE' => 'DE',
  464. 'DJ' => 'DJ',
  465. 'DK' => 'DK',
  466. 'DM' => 'DM',
  467. 'DO' => 'DO',
  468. 'DZ' => 'DZ',
  469. 'EC' => 'EC',
  470. 'EE' => 'EE',
  471. 'EG' => 'EG',
  472. 'EH' => 'EH',
  473. 'ER' => 'ER',
  474. 'ES' => 'ES',
  475. 'ET' => 'ET',
  476. 'FI' => 'FI',
  477. 'FJ' => 'FJ',
  478. 'FK' => 'FK',
  479. 'FM' => 'FM',
  480. 'FO' => 'FO',
  481. 'FR' => 'FR',
  482. 'GA' => 'GA',
  483. 'GB' => 'GB',
  484. 'GD' => 'GD',
  485. 'GE' => 'GE',
  486. 'GF' => 'GF',
  487. 'GG' => 'GG',
  488. 'GH' => 'GH',
  489. 'GI' => 'GI',
  490. 'GL' => 'GL',
  491. 'GM' => 'GM',
  492. 'GN' => 'GN',
  493. 'GP' => 'GP',
  494. 'GQ' => 'GQ',
  495. 'GR' => 'GR',
  496. 'GS' => 'GS',
  497. 'GT' => 'GT',
  498. 'GU' => 'GU',
  499. 'GW' => 'GW',
  500. 'GY' => 'GY',
  501. 'HK' => 'HK',
  502. 'HM' => 'HM',
  503. 'HN' => 'HN',
  504. 'HR' => 'HR',
  505. 'HT' => 'HT',
  506. 'HU' => 'HU',
  507. 'ID' => 'ID',
  508. 'IE' => 'IE',
  509. 'IL' => 'IL',
  510. 'IM' => 'IM',
  511. 'IN' => 'IN',
  512. 'IO' => 'IO',
  513. 'IQ' => 'IQ',
  514. 'IR' => 'IR',
  515. 'IS' => 'IS',
  516. 'IT' => 'IT',
  517. 'JE' => 'JE',
  518. 'JM' => 'JM',
  519. 'JO' => 'JO',
  520. 'JP' => 'JP',
  521. 'KE' => 'KE',
  522. 'KG' => 'KG',
  523. 'KH' => 'KH',
  524. 'KI' => 'KI',
  525. 'KM' => 'KM',
  526. 'KN' => 'KN',
  527. 'KP' => 'KP',
  528. 'KR' => 'KR',
  529. 'KW' => 'KW',
  530. 'KY' => 'KY',
  531. 'KZ' => 'KZ',
  532. 'LA' => 'LA',
  533. 'LB' => 'LB',
  534. 'LC' => 'LC',
  535. 'LI' => 'LI',
  536. 'LK' => 'LK',
  537. 'LR' => 'LR',
  538. 'LS' => 'LS',
  539. 'LT' => 'LT',
  540. 'LU' => 'LU',
  541. 'LV' => 'LV',
  542. 'LY' => 'LY',
  543. 'MA' => 'MA',
  544. 'MC' => 'MC',
  545. 'MD' => 'MD',
  546. 'ME' => 'ME',
  547. 'MF' => 'MF',
  548. 'MG' => 'MG',
  549. 'MH' => 'MH',
  550. 'MK' => 'MK',
  551. 'ML' => 'ML',
  552. 'MM' => 'MM',
  553. 'MN' => 'MN',
  554. 'MO' => 'MO',
  555. 'MP' => 'MP',
  556. 'MQ' => 'MQ',
  557. 'MR' => 'MR',
  558. 'MS' => 'MS',
  559. 'MT' => 'MT',
  560. 'MU' => 'MU',
  561. 'MV' => 'MV',
  562. 'MW' => 'MW',
  563. 'MX' => 'MX',
  564. 'MY' => 'MY',
  565. 'MZ' => 'MZ',
  566. 'NA' => 'NA',
  567. 'NC' => 'NC',
  568. 'NE' => 'NE',
  569. 'NF' => 'NF',
  570. 'NG' => 'NG',
  571. 'NI' => 'NI',
  572. 'NL' => 'NL',
  573. 'NO' => 'NO',
  574. 'NP' => 'NP',
  575. 'NR' => 'NR',
  576. 'NU' => 'NU',
  577. 'NZ' => 'NZ',
  578. 'OM' => 'OM',
  579. 'PA' => 'PA',
  580. 'PE' => 'PE',
  581. 'PF' => 'PF',
  582. 'PG' => 'PG',
  583. 'PH' => 'PH',
  584. 'PK' => 'PK',
  585. 'PL' => 'PL',
  586. 'PM' => 'PM',
  587. 'PN' => 'PN',
  588. 'PR' => 'PR',
  589. 'PS' => 'PS',
  590. 'PT' => 'PT',
  591. 'PW' => 'PW',
  592. 'PY' => 'PY',
  593. 'QA' => 'QA',
  594. 'RE' => 'RE',
  595. 'RO' => 'RO',
  596. 'RS' => 'RS',
  597. 'RU' => 'RU',
  598. 'RW' => 'RW',
  599. 'SA' => 'SA',
  600. 'SB' => 'SB',
  601. 'SC' => 'SC',
  602. 'SD' => 'SD',
  603. 'SE' => 'SE',
  604. 'SG' => 'SG',
  605. 'SH' => 'SH',
  606. 'SI' => 'SI',
  607. 'SJ' => 'SJ',
  608. 'SK' => 'SK',
  609. 'SL' => 'SL',
  610. 'SM' => 'SM',
  611. 'SN' => 'SN',
  612. 'SO' => 'SO',
  613. 'SR' => 'SR',
  614. 'SS' => 'SS',
  615. 'ST' => 'ST',
  616. 'SV' => 'SV',
  617. 'SX' => 'SX',
  618. 'SY' => 'SY',
  619. 'SZ' => 'SZ',
  620. 'TC' => 'TC',
  621. 'TD' => 'TD',
  622. 'TF' => 'TF',
  623. 'TG' => 'TG',
  624. 'TH' => 'TH',
  625. 'TJ' => 'TJ',
  626. 'TK' => 'TK',
  627. 'TL' => 'TL',
  628. 'TM' => 'TM',
  629. 'TN' => 'TN',
  630. 'TO' => 'TO',
  631. 'TR' => 'TR',
  632. 'TT' => 'TT',
  633. 'TV' => 'TV',
  634. 'TW' => 'TW',
  635. 'TZ' => 'TZ',
  636. 'UA' => 'UA',
  637. 'UG' => 'UG',
  638. 'UM' => 'UM',
  639. 'US' => 'US',
  640. 'UY' => 'UY',
  641. 'UZ' => 'UZ',
  642. 'VA' => 'VA',
  643. 'VC' => 'VC',
  644. 'VE' => 'VE',
  645. 'VG' => 'VG',
  646. 'VI' => 'VI',
  647. 'VN' => 'VN',
  648. 'VU' => 'VU',
  649. 'WF' => 'WF',
  650. 'WS' => 'WS',
  651. 'YE' => 'YE',
  652. 'YT' => 'YT',
  653. 'ZA' => 'ZA',
  654. 'ZM' => 'ZM',
  655. 'ZW' => 'ZW',
  656. ),
  657. 'default_country' => '',
  658. 'format_handlers' => array(
  659. 'address' => 'address',
  660. 'address-hide-postal-code' => 0,
  661. 'address-hide-street' => 0,
  662. 'address-hide-country' => 0,
  663. 'organisation' => 0,
  664. 'name-full' => 0,
  665. 'name-oneline' => 0,
  666. 'address-optional' => 0,
  667. ),
  668. ),
  669. 'type' => 'addressfield_standard',
  670. 'weight' => 7,
  671. ),
  672. );
  673. // Exported field_instance: 'node-showroom-field_public_email'.
  674. $field_instances['node-showroom-field_public_email'] = array(
  675. 'bundle' => 'showroom',
  676. 'default_value' => NULL,
  677. 'deleted' => 0,
  678. 'description' => '',
  679. 'display' => array(
  680. 'bookmark' => array(
  681. 'label' => 'above',
  682. 'settings' => array(),
  683. 'type' => 'hidden',
  684. 'weight' => 0,
  685. ),
  686. 'cardbig' => array(
  687. 'label' => 'above',
  688. 'settings' => array(),
  689. 'type' => 'hidden',
  690. 'weight' => 0,
  691. ),
  692. 'cardfull' => array(
  693. 'label' => 'above',
  694. 'settings' => array(),
  695. 'type' => 'hidden',
  696. 'weight' => 0,
  697. ),
  698. 'cardmedium' => array(
  699. 'label' => 'above',
  700. 'settings' => array(),
  701. 'type' => 'hidden',
  702. 'weight' => 0,
  703. ),
  704. 'cardsmall' => array(
  705. 'label' => 'above',
  706. 'settings' => array(),
  707. 'type' => 'hidden',
  708. 'weight' => 0,
  709. ),
  710. 'default' => array(
  711. 'label' => 'hidden',
  712. 'module' => 'email',
  713. 'settings' => array(),
  714. 'type' => 'email_default',
  715. 'weight' => 1,
  716. ),
  717. 'homeblock' => array(
  718. 'label' => 'above',
  719. 'settings' => array(),
  720. 'type' => 'hidden',
  721. 'weight' => 0,
  722. ),
  723. 'teaser' => array(
  724. 'label' => 'above',
  725. 'settings' => array(),
  726. 'type' => 'hidden',
  727. 'weight' => 0,
  728. ),
  729. ),
  730. 'entity_type' => 'node',
  731. 'field_name' => 'field_public_email',
  732. 'label' => 'Email',
  733. 'required' => 0,
  734. 'settings' => array(
  735. 'entity_translation_sync' => FALSE,
  736. 'user_register_form' => FALSE,
  737. ),
  738. 'widget' => array(
  739. 'active' => 1,
  740. 'module' => 'email',
  741. 'settings' => array(
  742. 'size' => 60,
  743. ),
  744. 'type' => 'email_textfield',
  745. 'weight' => 8,
  746. ),
  747. );
  748. // Exported field_instance: 'node-showroom-field_public_phone'.
  749. $field_instances['node-showroom-field_public_phone'] = array(
  750. 'bundle' => 'showroom',
  751. 'deleted' => 0,
  752. 'description' => '',
  753. 'display' => array(
  754. 'bookmark' => array(
  755. 'label' => 'above',
  756. 'settings' => array(),
  757. 'type' => 'hidden',
  758. 'weight' => 0,
  759. ),
  760. 'cardbig' => array(
  761. 'label' => 'above',
  762. 'settings' => array(),
  763. 'type' => 'hidden',
  764. 'weight' => 0,
  765. ),
  766. 'cardfull' => array(
  767. 'label' => 'above',
  768. 'settings' => array(),
  769. 'type' => 'hidden',
  770. 'weight' => 0,
  771. ),
  772. 'cardmedium' => array(
  773. 'label' => 'above',
  774. 'settings' => array(),
  775. 'type' => 'hidden',
  776. 'weight' => 0,
  777. ),
  778. 'cardsmall' => array(
  779. 'label' => 'above',
  780. 'settings' => array(),
  781. 'type' => 'hidden',
  782. 'weight' => 0,
  783. ),
  784. 'default' => array(
  785. 'label' => 'hidden',
  786. 'module' => 'cck_phone',
  787. 'settings' => array(),
  788. 'type' => 'global_phone_number',
  789. 'weight' => 2,
  790. ),
  791. 'homeblock' => array(
  792. 'label' => 'above',
  793. 'settings' => array(),
  794. 'type' => 'hidden',
  795. 'weight' => 0,
  796. ),
  797. 'teaser' => array(
  798. 'label' => 'above',
  799. 'settings' => array(),
  800. 'type' => 'hidden',
  801. 'weight' => 0,
  802. ),
  803. ),
  804. 'entity_type' => 'node',
  805. 'field_name' => 'field_public_phone',
  806. 'label' => 'Phone',
  807. 'required' => 0,
  808. 'settings' => array(
  809. 'all_country_codes' => 1,
  810. 'country_code_position' => 'after',
  811. 'country_codes' => array(
  812. 'country_selection' => array(
  813. 'ad' => 0,
  814. 'ae' => 0,
  815. 'af' => 0,
  816. 'ag' => 0,
  817. 'ai' => 0,
  818. 'al' => 0,
  819. 'am' => 0,
  820. 'an' => 0,
  821. 'ao' => 0,
  822. 'ar' => 0,
  823. 'as' => 0,
  824. 'at' => 0,
  825. 'au' => 0,
  826. 'aw' => 0,
  827. 'az' => 0,
  828. 'ba' => 0,
  829. 'bb' => 0,
  830. 'bd' => 0,
  831. 'be' => 0,
  832. 'bf' => 0,
  833. 'bg' => 0,
  834. 'bh' => 0,
  835. 'bi' => 0,
  836. 'bj' => 0,
  837. 'bm' => 0,
  838. 'bn' => 0,
  839. 'bo' => 0,
  840. 'br' => 0,
  841. 'bs' => 0,
  842. 'bt' => 0,
  843. 'bw' => 0,
  844. 'by' => 0,
  845. 'bz' => 0,
  846. 'ca' => 0,
  847. 'cc' => 0,
  848. 'cd' => 0,
  849. 'cf' => 0,
  850. 'cg' => 0,
  851. 'ch' => 0,
  852. 'ci' => 0,
  853. 'ck' => 0,
  854. 'cl' => 0,
  855. 'cm' => 0,
  856. 'cn' => 0,
  857. 'co' => 0,
  858. 'cr' => 0,
  859. 'cu' => 0,
  860. 'cv' => 0,
  861. 'cx' => 0,
  862. 'cy' => 0,
  863. 'cz' => 0,
  864. 'de' => 0,
  865. 'dj' => 0,
  866. 'dk' => 0,
  867. 'dm' => 0,
  868. 'do' => 0,
  869. 'dz' => 0,
  870. 'ec' => 0,
  871. 'ee' => 0,
  872. 'eg' => 0,
  873. 'er' => 0,
  874. 'es' => 0,
  875. 'et' => 0,
  876. 'fi' => 0,
  877. 'fj' => 0,
  878. 'fk' => 0,
  879. 'fm' => 0,
  880. 'fo' => 0,
  881. 'fr' => 0,
  882. 'ga' => 0,
  883. 'gb' => 0,
  884. 'gd' => 0,
  885. 'ge' => 0,
  886. 'gf' => 0,
  887. 'gh' => 0,
  888. 'gi' => 0,
  889. 'gl' => 0,
  890. 'gm' => 0,
  891. 'gn' => 0,
  892. 'gp' => 0,
  893. 'gq' => 0,
  894. 'gr' => 0,
  895. 'gt' => 0,
  896. 'gu' => 0,
  897. 'gw' => 0,
  898. 'gy' => 0,
  899. 'hk' => 0,
  900. 'hn' => 0,
  901. 'hr' => 0,
  902. 'ht' => 0,
  903. 'hu' => 0,
  904. 'id' => 0,
  905. 'ie' => 0,
  906. 'il' => 0,
  907. 'in' => 0,
  908. 'io' => 0,
  909. 'iq' => 0,
  910. 'ir' => 0,
  911. 'is' => 0,
  912. 'it' => 0,
  913. 'jm' => 0,
  914. 'jo' => 0,
  915. 'jp' => 0,
  916. 'ke' => 0,
  917. 'kg' => 0,
  918. 'kh' => 0,
  919. 'ki' => 0,
  920. 'km' => 0,
  921. 'kn' => 0,
  922. 'kp' => 0,
  923. 'kr' => 0,
  924. 'kw' => 0,
  925. 'ky' => 0,
  926. 'kz' => 0,
  927. 'la' => 0,
  928. 'lb' => 0,
  929. 'lc' => 0,
  930. 'li' => 0,
  931. 'lk' => 0,
  932. 'lr' => 0,
  933. 'ls' => 0,
  934. 'lt' => 0,
  935. 'lu' => 0,
  936. 'lv' => 0,
  937. 'ly' => 0,
  938. 'ma' => 0,
  939. 'mc' => 0,
  940. 'md' => 0,
  941. 'me' => 0,
  942. 'mg' => 0,
  943. 'mh' => 0,
  944. 'mk' => 0,
  945. 'ml' => 0,
  946. 'mm' => 0,
  947. 'mn' => 0,
  948. 'mo' => 0,
  949. 'mp' => 0,
  950. 'mq' => 0,
  951. 'mr' => 0,
  952. 'ms' => 0,
  953. 'mt' => 0,
  954. 'mu' => 0,
  955. 'mv' => 0,
  956. 'mw' => 0,
  957. 'mx' => 0,
  958. 'my' => 0,
  959. 'mz' => 0,
  960. 'na' => 0,
  961. 'nc' => 0,
  962. 'ne' => 0,
  963. 'nf' => 0,
  964. 'ng' => 0,
  965. 'ni' => 0,
  966. 'nl' => 0,
  967. 'no' => 0,
  968. 'np' => 0,
  969. 'nr' => 0,
  970. 'nu' => 0,
  971. 'nz' => 0,
  972. 'om' => 0,
  973. 'pa' => 0,
  974. 'pe' => 0,
  975. 'pf' => 0,
  976. 'pg' => 0,
  977. 'ph' => 0,
  978. 'pk' => 0,
  979. 'pl' => 0,
  980. 'pm' => 0,
  981. 'pr' => 0,
  982. 'ps' => 0,
  983. 'pt' => 0,
  984. 'pw' => 0,
  985. 'py' => 0,
  986. 'qa' => 0,
  987. 'ro' => 0,
  988. 'rs' => 0,
  989. 'ru' => 0,
  990. 'rw' => 0,
  991. 'sa' => 0,
  992. 'sb' => 0,
  993. 'sc' => 0,
  994. 'sd' => 0,
  995. 'se' => 0,
  996. 'sg' => 0,
  997. 'sh' => 0,
  998. 'si' => 0,
  999. 'sk' => 0,
  1000. 'sl' => 0,
  1001. 'sm' => 0,
  1002. 'sn' => 0,
  1003. 'so' => 0,
  1004. 'sr' => 0,
  1005. 'ss' => 0,
  1006. 'st' => 0,
  1007. 'sv' => 0,
  1008. 'sy' => 0,
  1009. 'sz' => 0,
  1010. 'tc' => 0,
  1011. 'td' => 0,
  1012. 'tg' => 0,
  1013. 'th' => 0,
  1014. 'tj' => 0,
  1015. 'tk' => 0,
  1016. 'tm' => 0,
  1017. 'tn' => 0,
  1018. 'to' => 0,
  1019. 'tp' => 0,
  1020. 'tr' => 0,
  1021. 'tt' => 0,
  1022. 'tv' => 0,
  1023. 'tw' => 0,
  1024. 'tz' => 0,
  1025. 'ua' => 0,
  1026. 'ug' => 0,
  1027. 'us' => 0,
  1028. 'uy' => 0,
  1029. 'uz' => 0,
  1030. 'va' => 0,
  1031. 'vc' => 0,
  1032. 've' => 0,
  1033. 'vg' => 0,
  1034. 'vi' => 0,
  1035. 'vn' => 0,
  1036. 'vu' => 0,
  1037. 'wf' => 0,
  1038. 'ws' => 0,
  1039. 'ye' => 0,
  1040. 'yt' => 0,
  1041. 'za' => 0,
  1042. 'zm' => 0,
  1043. 'zw' => 0,
  1044. ),
  1045. 'hide_single_cc' => 0,
  1046. ),
  1047. 'default_country' => 'af',
  1048. 'enable_country_level_validation' => 1,
  1049. 'enable_default_country' => 0,
  1050. 'enable_extension' => 0,
  1051. 'entity_translation_sync' => FALSE,
  1052. 'user_register_form' => FALSE,
  1053. ),
  1054. 'widget' => array(
  1055. 'active' => 0,
  1056. 'module' => 'cck_phone',
  1057. 'settings' => array(
  1058. 'size' => 15,
  1059. ),
  1060. 'type' => 'phone_number',
  1061. 'weight' => 9,
  1062. ),
  1063. );
  1064. // Exported field_instance: 'node-showroom-field_tode_showroom'.
  1065. $field_instances['node-showroom-field_tode_showroom'] = array(
  1066. 'bundle' => 'showroom',
  1067. 'deleted' => 0,
  1068. 'description' => '',
  1069. 'display' => array(
  1070. 'bookmark' => array(
  1071. 'label' => 'above',
  1072. 'settings' => array(),
  1073. 'type' => 'hidden',
  1074. 'weight' => 0,
  1075. ),
  1076. 'cardbig' => array(
  1077. 'label' => 'above',
  1078. 'settings' => array(),
  1079. 'type' => 'hidden',
  1080. 'weight' => 0,
  1081. ),
  1082. 'cardfull' => array(
  1083. 'label' => 'above',
  1084. 'settings' => array(),
  1085. 'type' => 'hidden',
  1086. 'weight' => 0,
  1087. ),
  1088. 'cardmedium' => array(
  1089. 'label' => 'above',
  1090. 'settings' => array(),
  1091. 'type' => 'hidden',
  1092. 'weight' => 0,
  1093. ),
  1094. 'cardsmall' => array(
  1095. 'label' => 'above',
  1096. 'settings' => array(),
  1097. 'type' => 'hidden',
  1098. 'weight' => 0,
  1099. ),
  1100. 'default' => array(
  1101. 'label' => 'hidden',
  1102. 'settings' => array(),
  1103. 'type' => 'hidden',
  1104. 'weight' => 4,
  1105. ),
  1106. 'homeblock' => array(
  1107. 'label' => 'above',
  1108. 'settings' => array(),
  1109. 'type' => 'hidden',
  1110. 'weight' => 0,
  1111. ),
  1112. 'teaser' => array(
  1113. 'label' => 'above',
  1114. 'settings' => array(),
  1115. 'type' => 'hidden',
  1116. 'weight' => 0,
  1117. ),
  1118. ),
  1119. 'entity_type' => 'node',
  1120. 'field_name' => 'field_tode_showroom',
  1121. 'label' => 'Showroom',
  1122. 'required' => 0,
  1123. 'settings' => array(
  1124. 'entity_translation_sync' => FALSE,
  1125. 'user_register_form' => FALSE,
  1126. ),
  1127. 'widget' => array(
  1128. 'active' => 1,
  1129. 'module' => 'tode',
  1130. 'settings' => array(
  1131. 'choose_term_parent' => 0,
  1132. 'maxlength' => 255,
  1133. 'redirect_node_to_term' => 0,
  1134. 'redirect_term_to_node' => 1,
  1135. 'show_create_tode' => 0,
  1136. 'show_term_form' => 0,
  1137. 'size' => 60,
  1138. ),
  1139. 'type' => 'tode',
  1140. 'weight' => 1,
  1141. ),
  1142. );
  1143. // Exported field_instance: 'taxonomy_term-showroom-description_field'.
  1144. $field_instances['taxonomy_term-showroom-description_field'] = array(
  1145. 'bundle' => 'showroom',
  1146. 'default_value' => NULL,
  1147. 'deleted' => 0,
  1148. 'description' => '',
  1149. 'display' => array(
  1150. 'default' => array(
  1151. 'label' => 'hidden',
  1152. 'settings' => array(),
  1153. 'type' => 'hidden',
  1154. 'weight' => 1,
  1155. ),
  1156. ),
  1157. 'entity_type' => 'taxonomy_term',
  1158. 'field_name' => 'description_field',
  1159. 'label' => 'Description',
  1160. 'required' => FALSE,
  1161. 'settings' => array(
  1162. 'display_summary' => 0,
  1163. 'entity_translation_sync' => FALSE,
  1164. 'hide_label' => array(
  1165. 'entity' => 'entity',
  1166. 'page' => 'page',
  1167. ),
  1168. 'text_processing' => 1,
  1169. 'user_register_form' => FALSE,
  1170. ),
  1171. 'widget' => array(
  1172. 'module' => 'text',
  1173. 'settings' => array(
  1174. 'rows' => 20,
  1175. 'summary_rows' => 5,
  1176. ),
  1177. 'type' => 'text_textarea_with_summary',
  1178. 'weight' => -5,
  1179. ),
  1180. );
  1181. // Exported field_instance: 'taxonomy_term-showroom-name_field'.
  1182. $field_instances['taxonomy_term-showroom-name_field'] = array(
  1183. 'bundle' => 'showroom',
  1184. 'default_value' => NULL,
  1185. 'deleted' => 0,
  1186. 'description' => '',
  1187. 'display' => array(
  1188. 'default' => array(
  1189. 'label' => 'hidden',
  1190. 'settings' => array(),
  1191. 'type' => 'hidden',
  1192. 'weight' => 0,
  1193. ),
  1194. ),
  1195. 'entity_type' => 'taxonomy_term',
  1196. 'field_name' => 'name_field',
  1197. 'label' => 'Nom',
  1198. 'required' => TRUE,
  1199. 'settings' => array(
  1200. 'entity_translation_sync' => FALSE,
  1201. 'hide_label' => array(
  1202. 'entity' => 'entity',
  1203. 'page' => 'page',
  1204. ),
  1205. 'text_processing' => 0,
  1206. 'user_register_form' => FALSE,
  1207. ),
  1208. 'widget' => array(
  1209. 'module' => 'text',
  1210. 'settings' => array(
  1211. 'size' => 60,
  1212. ),
  1213. 'type' => 'text_textfield',
  1214. 'weight' => -5,
  1215. ),
  1216. );
  1217. // Exported field_instance: 'user-user-field_showroom'.
  1218. $field_instances['user-user-field_showroom'] = array(
  1219. 'bundle' => 'user',
  1220. 'default_value' => NULL,
  1221. 'deleted' => 0,
  1222. 'description' => '',
  1223. 'display' => array(
  1224. 'default' => array(
  1225. 'label' => 'above',
  1226. 'module' => 'taxonomy',
  1227. 'settings' => array(),
  1228. 'type' => 'taxonomy_term_reference_link',
  1229. 'weight' => 2,
  1230. ),
  1231. ),
  1232. 'entity_type' => 'user',
  1233. 'field_name' => 'field_showroom',
  1234. 'label' => 'Showroom',
  1235. 'required' => 0,
  1236. 'settings' => array(
  1237. 'entity_translation_sync' => FALSE,
  1238. 'user_register_form' => 1,
  1239. ),
  1240. 'widget' => array(
  1241. 'active' => 1,
  1242. 'module' => 'options',
  1243. 'settings' => array(
  1244. 'content_taxonomy_opt_groups' => 0,
  1245. ),
  1246. 'type' => 'options_select',
  1247. 'weight' => 3,
  1248. ),
  1249. );
  1250. // Translatables
  1251. // Included for use with string extractors like potx.
  1252. t('Adresse');
  1253. t('Body');
  1254. t('Description');
  1255. t('Email');
  1256. t('Mémo');
  1257. t('Nom');
  1258. t('Phone');
  1259. t('Samples');
  1260. t('Showroom');
  1261. return $field_instances;
  1262. }