12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277 |
- <?php
- /**
- * @file
- * showroom.features.field_instance.inc
- */
- /**
- * Implements hook_field_default_field_instances().
- */
- function showroom_field_default_field_instances() {
- $field_instances = array();
- // Exported field_instance: 'node-breve-field_showroom'.
- $field_instances['node-breve-field_showroom'] = array(
- 'bundle' => 'breve',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'bookmark' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardbig' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardfull' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardmedium' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardsmall' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'default' => array(
- 'label' => 'above',
- 'module' => 'taxonomy',
- 'settings' => array(),
- 'type' => 'taxonomy_term_reference_link',
- 'weight' => 12,
- ),
- 'homeblock' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_showroom',
- 'label' => 'Showroom',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'field_extrawidgets',
- 'settings' => array(
- 'content_taxonomy_opt_groups' => 0,
- 'display_empty' => 0,
- 'formatter' => '',
- 'formatter_settings' => array(),
- ),
- 'type' => 'field_extrawidgets_read_only',
- 'weight' => 4,
- ),
- );
- // Exported field_instance: 'node-materiau-field_location'.
- $field_instances['node-materiau-field_location'] = array(
- 'bundle' => 'materiau',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'bookmark' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardbig' => array(
- 'label' => 'above',
- 'module' => 'materio_showroom',
- 'settings' => array(),
- 'type' => 'materio_showroom_location_simple_text',
- 'weight' => 7,
- ),
- 'cardfull' => array(
- 'label' => 'above',
- 'module' => 'materio_showroom',
- 'settings' => array(),
- 'type' => 'materio_showroom_location_simple_text',
- 'weight' => 16,
- ),
- 'cardmedium' => array(
- 'label' => 'above',
- 'module' => 'materio_showroom',
- 'settings' => array(),
- 'type' => 'materio_showroom_location_simple_text',
- 'weight' => 22,
- ),
- 'cardsmall' => array(
- 'label' => 'above',
- 'module' => 'materio_showroom',
- 'settings' => array(),
- 'type' => 'materio_showroom_location_simple_text',
- 'weight' => 8,
- ),
- 'default' => array(
- 'label' => 'above',
- 'module' => 'materio_showroom',
- 'settings' => array(),
- 'type' => 'materio_showroom_location_simple_text',
- 'weight' => 25,
- ),
- 'homeblock' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'print' => array(
- 'label' => 'above',
- 'module' => 'materio_showroom',
- 'settings' => array(),
- 'type' => 'materio_showroom_location_simple_text',
- 'weight' => 7,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_location',
- 'label' => 'Samples',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'materio_showroom',
- 'settings' => array(
- 'vocabulary' => 19,
- ),
- 'type' => 'materio_showroom_location_text',
- 'weight' => -2,
- ),
- );
- // Exported field_instance: 'node-showroom-body'.
- $field_instances['node-showroom-body'] = array(
- 'bundle' => 'showroom',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'bookmark' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardbig' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardfull' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardmedium' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardsmall' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 3,
- ),
- 'homeblock' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'teaser' => array(
- 'label' => 'hidden',
- 'module' => 'text',
- 'settings' => array(
- 'trim_length' => 600,
- ),
- 'type' => 'text_summary_or_trimmed',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'body',
- 'label' => 'Body',
- 'required' => FALSE,
- 'settings' => array(
- 'display_summary' => TRUE,
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 1,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'module' => 'text',
- 'settings' => array(
- 'rows' => 20,
- 'summary_rows' => 5,
- ),
- 'type' => 'text_textarea_with_summary',
- 'weight' => 5,
- ),
- );
- // Exported field_instance: 'node-showroom-field_memo'.
- $field_instances['node-showroom-field_memo'] = array(
- 'bundle' => 'showroom',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'bookmark' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardbig' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardfull' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardmedium' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardsmall' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 5,
- ),
- 'homeblock' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_memo',
- 'label' => 'Mémo',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'rows' => 5,
- ),
- 'type' => 'text_textarea',
- 'weight' => 10,
- ),
- );
- // Exported field_instance: 'node-showroom-field_public_address'.
- $field_instances['node-showroom-field_public_address'] = array(
- 'bundle' => 'showroom',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'bookmark' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardbig' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardfull' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardmedium' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardsmall' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'addressfield',
- 'settings' => array(
- 'format_handlers' => array(
- 0 => 'address',
- ),
- 'use_widget_handlers' => 1,
- ),
- 'type' => 'addressfield_default',
- 'weight' => 0,
- ),
- 'homeblock' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_public_address',
- 'label' => 'Adresse',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'addressfield',
- 'settings' => array(
- 'available_countries' => array(
- 'AD' => 'AD',
- 'AE' => 'AE',
- 'AF' => 'AF',
- 'AG' => 'AG',
- 'AI' => 'AI',
- 'AL' => 'AL',
- 'AM' => 'AM',
- 'AN' => 'AN',
- 'AO' => 'AO',
- 'AQ' => 'AQ',
- 'AR' => 'AR',
- 'AS' => 'AS',
- 'AT' => 'AT',
- 'AU' => 'AU',
- 'AW' => 'AW',
- 'AX' => 'AX',
- 'AZ' => 'AZ',
- 'BA' => 'BA',
- 'BB' => 'BB',
- 'BD' => 'BD',
- 'BE' => 'BE',
- 'BF' => 'BF',
- 'BG' => 'BG',
- 'BH' => 'BH',
- 'BI' => 'BI',
- 'BJ' => 'BJ',
- 'BL' => 'BL',
- 'BM' => 'BM',
- 'BN' => 'BN',
- 'BO' => 'BO',
- 'BQ' => 'BQ',
- 'BR' => 'BR',
- 'BS' => 'BS',
- 'BT' => 'BT',
- 'BV' => 'BV',
- 'BW' => 'BW',
- 'BY' => 'BY',
- 'BZ' => 'BZ',
- 'CA' => 'CA',
- 'CC' => 'CC',
- 'CD' => 'CD',
- 'CF' => 'CF',
- 'CG' => 'CG',
- 'CH' => 'CH',
- 'CI' => 'CI',
- 'CK' => 'CK',
- 'CL' => 'CL',
- 'CM' => 'CM',
- 'CN' => 'CN',
- 'CO' => 'CO',
- 'CR' => 'CR',
- 'CU' => 'CU',
- 'CV' => 'CV',
- 'CW' => 'CW',
- 'CX' => 'CX',
- 'CY' => 'CY',
- 'CZ' => 'CZ',
- 'DE' => 'DE',
- 'DJ' => 'DJ',
- 'DK' => 'DK',
- 'DM' => 'DM',
- 'DO' => 'DO',
- 'DZ' => 'DZ',
- 'EC' => 'EC',
- 'EE' => 'EE',
- 'EG' => 'EG',
- 'EH' => 'EH',
- 'ER' => 'ER',
- 'ES' => 'ES',
- 'ET' => 'ET',
- 'FI' => 'FI',
- 'FJ' => 'FJ',
- 'FK' => 'FK',
- 'FM' => 'FM',
- 'FO' => 'FO',
- 'FR' => 'FR',
- 'GA' => 'GA',
- 'GB' => 'GB',
- 'GD' => 'GD',
- 'GE' => 'GE',
- 'GF' => 'GF',
- 'GG' => 'GG',
- 'GH' => 'GH',
- 'GI' => 'GI',
- 'GL' => 'GL',
- 'GM' => 'GM',
- 'GN' => 'GN',
- 'GP' => 'GP',
- 'GQ' => 'GQ',
- 'GR' => 'GR',
- 'GS' => 'GS',
- 'GT' => 'GT',
- 'GU' => 'GU',
- 'GW' => 'GW',
- 'GY' => 'GY',
- 'HK' => 'HK',
- 'HM' => 'HM',
- 'HN' => 'HN',
- 'HR' => 'HR',
- 'HT' => 'HT',
- 'HU' => 'HU',
- 'ID' => 'ID',
- 'IE' => 'IE',
- 'IL' => 'IL',
- 'IM' => 'IM',
- 'IN' => 'IN',
- 'IO' => 'IO',
- 'IQ' => 'IQ',
- 'IR' => 'IR',
- 'IS' => 'IS',
- 'IT' => 'IT',
- 'JE' => 'JE',
- 'JM' => 'JM',
- 'JO' => 'JO',
- 'JP' => 'JP',
- 'KE' => 'KE',
- 'KG' => 'KG',
- 'KH' => 'KH',
- 'KI' => 'KI',
- 'KM' => 'KM',
- 'KN' => 'KN',
- 'KP' => 'KP',
- 'KR' => 'KR',
- 'KW' => 'KW',
- 'KY' => 'KY',
- 'KZ' => 'KZ',
- 'LA' => 'LA',
- 'LB' => 'LB',
- 'LC' => 'LC',
- 'LI' => 'LI',
- 'LK' => 'LK',
- 'LR' => 'LR',
- 'LS' => 'LS',
- 'LT' => 'LT',
- 'LU' => 'LU',
- 'LV' => 'LV',
- 'LY' => 'LY',
- 'MA' => 'MA',
- 'MC' => 'MC',
- 'MD' => 'MD',
- 'ME' => 'ME',
- 'MF' => 'MF',
- 'MG' => 'MG',
- 'MH' => 'MH',
- 'MK' => 'MK',
- 'ML' => 'ML',
- 'MM' => 'MM',
- 'MN' => 'MN',
- 'MO' => 'MO',
- 'MP' => 'MP',
- 'MQ' => 'MQ',
- 'MR' => 'MR',
- 'MS' => 'MS',
- 'MT' => 'MT',
- 'MU' => 'MU',
- 'MV' => 'MV',
- 'MW' => 'MW',
- 'MX' => 'MX',
- 'MY' => 'MY',
- 'MZ' => 'MZ',
- 'NA' => 'NA',
- 'NC' => 'NC',
- 'NE' => 'NE',
- 'NF' => 'NF',
- 'NG' => 'NG',
- 'NI' => 'NI',
- 'NL' => 'NL',
- 'NO' => 'NO',
- 'NP' => 'NP',
- 'NR' => 'NR',
- 'NU' => 'NU',
- 'NZ' => 'NZ',
- 'OM' => 'OM',
- 'PA' => 'PA',
- 'PE' => 'PE',
- 'PF' => 'PF',
- 'PG' => 'PG',
- 'PH' => 'PH',
- 'PK' => 'PK',
- 'PL' => 'PL',
- 'PM' => 'PM',
- 'PN' => 'PN',
- 'PR' => 'PR',
- 'PS' => 'PS',
- 'PT' => 'PT',
- 'PW' => 'PW',
- 'PY' => 'PY',
- 'QA' => 'QA',
- 'RE' => 'RE',
- 'RO' => 'RO',
- 'RS' => 'RS',
- 'RU' => 'RU',
- 'RW' => 'RW',
- 'SA' => 'SA',
- 'SB' => 'SB',
- 'SC' => 'SC',
- 'SD' => 'SD',
- 'SE' => 'SE',
- 'SG' => 'SG',
- 'SH' => 'SH',
- 'SI' => 'SI',
- 'SJ' => 'SJ',
- 'SK' => 'SK',
- 'SL' => 'SL',
- 'SM' => 'SM',
- 'SN' => 'SN',
- 'SO' => 'SO',
- 'SR' => 'SR',
- 'SS' => 'SS',
- 'ST' => 'ST',
- 'SV' => 'SV',
- 'SX' => 'SX',
- 'SY' => 'SY',
- 'SZ' => 'SZ',
- 'TC' => 'TC',
- 'TD' => 'TD',
- 'TF' => 'TF',
- 'TG' => 'TG',
- 'TH' => 'TH',
- 'TJ' => 'TJ',
- 'TK' => 'TK',
- 'TL' => 'TL',
- 'TM' => 'TM',
- 'TN' => 'TN',
- 'TO' => 'TO',
- 'TR' => 'TR',
- 'TT' => 'TT',
- 'TV' => 'TV',
- 'TW' => 'TW',
- 'TZ' => 'TZ',
- 'UA' => 'UA',
- 'UG' => 'UG',
- 'UM' => 'UM',
- 'US' => 'US',
- 'UY' => 'UY',
- 'UZ' => 'UZ',
- 'VA' => 'VA',
- 'VC' => 'VC',
- 'VE' => 'VE',
- 'VG' => 'VG',
- 'VI' => 'VI',
- 'VN' => 'VN',
- 'VU' => 'VU',
- 'WF' => 'WF',
- 'WS' => 'WS',
- 'YE' => 'YE',
- 'YT' => 'YT',
- 'ZA' => 'ZA',
- 'ZM' => 'ZM',
- 'ZW' => 'ZW',
- ),
- 'default_country' => '',
- 'format_handlers' => array(
- 'address' => 'address',
- 'address-hide-postal-code' => 0,
- 'address-hide-street' => 0,
- 'address-hide-country' => 0,
- 'organisation' => 0,
- 'name-full' => 0,
- 'name-oneline' => 0,
- 'address-optional' => 0,
- ),
- ),
- 'type' => 'addressfield_standard',
- 'weight' => 7,
- ),
- );
- // Exported field_instance: 'node-showroom-field_public_email'.
- $field_instances['node-showroom-field_public_email'] = array(
- 'bundle' => 'showroom',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'bookmark' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardbig' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardfull' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardmedium' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardsmall' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'email',
- 'settings' => array(),
- 'type' => 'email_default',
- 'weight' => 1,
- ),
- 'homeblock' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_public_email',
- 'label' => 'Email',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'email',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'email_textfield',
- 'weight' => 8,
- ),
- );
- // Exported field_instance: 'node-showroom-field_public_phone'.
- $field_instances['node-showroom-field_public_phone'] = array(
- 'bundle' => 'showroom',
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'bookmark' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardbig' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardfull' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardmedium' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardsmall' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'cck_phone',
- 'settings' => array(),
- 'type' => 'global_phone_number',
- 'weight' => 2,
- ),
- 'homeblock' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_public_phone',
- 'label' => 'Phone',
- 'required' => 0,
- 'settings' => array(
- 'all_country_codes' => 1,
- 'country_code_position' => 'after',
- 'country_codes' => array(
- 'country_selection' => array(
- 'ad' => 0,
- 'ae' => 0,
- 'af' => 0,
- 'ag' => 0,
- 'ai' => 0,
- 'al' => 0,
- 'am' => 0,
- 'an' => 0,
- 'ao' => 0,
- 'ar' => 0,
- 'as' => 0,
- 'at' => 0,
- 'au' => 0,
- 'aw' => 0,
- 'az' => 0,
- 'ba' => 0,
- 'bb' => 0,
- 'bd' => 0,
- 'be' => 0,
- 'bf' => 0,
- 'bg' => 0,
- 'bh' => 0,
- 'bi' => 0,
- 'bj' => 0,
- 'bm' => 0,
- 'bn' => 0,
- 'bo' => 0,
- 'br' => 0,
- 'bs' => 0,
- 'bt' => 0,
- 'bw' => 0,
- 'by' => 0,
- 'bz' => 0,
- 'ca' => 0,
- 'cc' => 0,
- 'cd' => 0,
- 'cf' => 0,
- 'cg' => 0,
- 'ch' => 0,
- 'ci' => 0,
- 'ck' => 0,
- 'cl' => 0,
- 'cm' => 0,
- 'cn' => 0,
- 'co' => 0,
- 'cr' => 0,
- 'cu' => 0,
- 'cv' => 0,
- 'cx' => 0,
- 'cy' => 0,
- 'cz' => 0,
- 'de' => 0,
- 'dj' => 0,
- 'dk' => 0,
- 'dm' => 0,
- 'do' => 0,
- 'dz' => 0,
- 'ec' => 0,
- 'ee' => 0,
- 'eg' => 0,
- 'er' => 0,
- 'es' => 0,
- 'et' => 0,
- 'fi' => 0,
- 'fj' => 0,
- 'fk' => 0,
- 'fm' => 0,
- 'fo' => 0,
- 'fr' => 0,
- 'ga' => 0,
- 'gb' => 0,
- 'gd' => 0,
- 'ge' => 0,
- 'gf' => 0,
- 'gh' => 0,
- 'gi' => 0,
- 'gl' => 0,
- 'gm' => 0,
- 'gn' => 0,
- 'gp' => 0,
- 'gq' => 0,
- 'gr' => 0,
- 'gt' => 0,
- 'gu' => 0,
- 'gw' => 0,
- 'gy' => 0,
- 'hk' => 0,
- 'hn' => 0,
- 'hr' => 0,
- 'ht' => 0,
- 'hu' => 0,
- 'id' => 0,
- 'ie' => 0,
- 'il' => 0,
- 'in' => 0,
- 'io' => 0,
- 'iq' => 0,
- 'ir' => 0,
- 'is' => 0,
- 'it' => 0,
- 'jm' => 0,
- 'jo' => 0,
- 'jp' => 0,
- 'ke' => 0,
- 'kg' => 0,
- 'kh' => 0,
- 'ki' => 0,
- 'km' => 0,
- 'kn' => 0,
- 'kp' => 0,
- 'kr' => 0,
- 'kw' => 0,
- 'ky' => 0,
- 'kz' => 0,
- 'la' => 0,
- 'lb' => 0,
- 'lc' => 0,
- 'li' => 0,
- 'lk' => 0,
- 'lr' => 0,
- 'ls' => 0,
- 'lt' => 0,
- 'lu' => 0,
- 'lv' => 0,
- 'ly' => 0,
- 'ma' => 0,
- 'mc' => 0,
- 'md' => 0,
- 'me' => 0,
- 'mg' => 0,
- 'mh' => 0,
- 'mk' => 0,
- 'ml' => 0,
- 'mm' => 0,
- 'mn' => 0,
- 'mo' => 0,
- 'mp' => 0,
- 'mq' => 0,
- 'mr' => 0,
- 'ms' => 0,
- 'mt' => 0,
- 'mu' => 0,
- 'mv' => 0,
- 'mw' => 0,
- 'mx' => 0,
- 'my' => 0,
- 'mz' => 0,
- 'na' => 0,
- 'nc' => 0,
- 'ne' => 0,
- 'nf' => 0,
- 'ng' => 0,
- 'ni' => 0,
- 'nl' => 0,
- 'no' => 0,
- 'np' => 0,
- 'nr' => 0,
- 'nu' => 0,
- 'nz' => 0,
- 'om' => 0,
- 'pa' => 0,
- 'pe' => 0,
- 'pf' => 0,
- 'pg' => 0,
- 'ph' => 0,
- 'pk' => 0,
- 'pl' => 0,
- 'pm' => 0,
- 'pr' => 0,
- 'ps' => 0,
- 'pt' => 0,
- 'pw' => 0,
- 'py' => 0,
- 'qa' => 0,
- 'ro' => 0,
- 'rs' => 0,
- 'ru' => 0,
- 'rw' => 0,
- 'sa' => 0,
- 'sb' => 0,
- 'sc' => 0,
- 'sd' => 0,
- 'se' => 0,
- 'sg' => 0,
- 'sh' => 0,
- 'si' => 0,
- 'sk' => 0,
- 'sl' => 0,
- 'sm' => 0,
- 'sn' => 0,
- 'so' => 0,
- 'sr' => 0,
- 'ss' => 0,
- 'st' => 0,
- 'sv' => 0,
- 'sy' => 0,
- 'sz' => 0,
- 'tc' => 0,
- 'td' => 0,
- 'tg' => 0,
- 'th' => 0,
- 'tj' => 0,
- 'tk' => 0,
- 'tm' => 0,
- 'tn' => 0,
- 'to' => 0,
- 'tp' => 0,
- 'tr' => 0,
- 'tt' => 0,
- 'tv' => 0,
- 'tw' => 0,
- 'tz' => 0,
- 'ua' => 0,
- 'ug' => 0,
- 'us' => 0,
- 'uy' => 0,
- 'uz' => 0,
- 'va' => 0,
- 'vc' => 0,
- 've' => 0,
- 'vg' => 0,
- 'vi' => 0,
- 'vn' => 0,
- 'vu' => 0,
- 'wf' => 0,
- 'ws' => 0,
- 'ye' => 0,
- 'yt' => 0,
- 'za' => 0,
- 'zm' => 0,
- 'zw' => 0,
- ),
- 'hide_single_cc' => 0,
- ),
- 'default_country' => 'af',
- 'enable_country_level_validation' => 1,
- 'enable_default_country' => 0,
- 'enable_extension' => 0,
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 0,
- 'module' => 'cck_phone',
- 'settings' => array(
- 'size' => 15,
- ),
- 'type' => 'phone_number',
- 'weight' => 9,
- ),
- );
- // Exported field_instance: 'node-showroom-field_tode_showroom'.
- $field_instances['node-showroom-field_tode_showroom'] = array(
- 'bundle' => 'showroom',
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'bookmark' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardbig' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardfull' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardmedium' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'cardsmall' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'default' => array(
- 'label' => 'hidden',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 4,
- ),
- 'homeblock' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_tode_showroom',
- 'label' => 'Showroom',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'tode',
- 'settings' => array(
- 'choose_term_parent' => 0,
- 'maxlength' => 255,
- 'redirect_node_to_term' => 0,
- 'redirect_term_to_node' => 1,
- 'show_create_tode' => 0,
- 'show_term_form' => 0,
- 'size' => 60,
- ),
- 'type' => 'tode',
- 'weight' => 1,
- ),
- );
- // Exported field_instance: 'taxonomy_term-showroom-description_field'.
- $field_instances['taxonomy_term-showroom-description_field'] = array(
- 'bundle' => 'showroom',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'hidden',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 1,
- ),
- ),
- 'entity_type' => 'taxonomy_term',
- 'field_name' => 'description_field',
- 'label' => 'Description',
- 'required' => FALSE,
- 'settings' => array(
- 'display_summary' => 0,
- 'entity_translation_sync' => FALSE,
- 'hide_label' => array(
- 'entity' => 'entity',
- 'page' => 'page',
- ),
- 'text_processing' => 1,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'module' => 'text',
- 'settings' => array(
- 'rows' => 20,
- 'summary_rows' => 5,
- ),
- 'type' => 'text_textarea_with_summary',
- 'weight' => -5,
- ),
- );
- // Exported field_instance: 'taxonomy_term-showroom-name_field'.
- $field_instances['taxonomy_term-showroom-name_field'] = array(
- 'bundle' => 'showroom',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'hidden',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'taxonomy_term',
- 'field_name' => 'name_field',
- 'label' => 'Nom',
- 'required' => TRUE,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'hide_label' => array(
- 'entity' => 'entity',
- 'page' => 'page',
- ),
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => -5,
- ),
- );
- // Exported field_instance: 'user-user-field_showroom'.
- $field_instances['user-user-field_showroom'] = array(
- 'bundle' => 'user',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => 'define a showroom to link with the user (only relevante with "admin showroom" users)',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'taxonomy',
- 'settings' => array(),
- 'type' => 'taxonomy_term_reference_link',
- 'weight' => 2,
- ),
- ),
- 'entity_type' => 'user',
- 'field_name' => 'field_showroom',
- 'label' => 'Showroom',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => 1,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'options',
- 'settings' => array(
- 'content_taxonomy_opt_groups' => 0,
- ),
- 'type' => 'options_select',
- 'weight' => 3,
- ),
- );
- // Translatables
- // Included for use with string extractors like potx.
- t('Adresse');
- t('Body');
- t('Description');
- t('Email');
- t('Mémo');
- t('Nom');
- t('Phone');
- t('Samples');
- t('Showroom');
- t('define a showroom to link with the user (only relevante with "admin showroom" users)');
- return $field_instances;
- }
|