123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359 |
- <?php
- /**
- * @file
- * materio_user_profiles.features.field_instance.inc
- */
- /**
- * Implements hook_field_default_field_instances().
- */
- function materio_user_profiles_field_default_field_instances() {
- $field_instances = array();
- // Exported field_instance: 'profile2-adherent-field_activity_sector'
- $field_instances['profile2-adherent-field_activity_sector'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 13,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_activity_sector',
- 'label' => 'Activity sector',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 4,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_administrative_email'
- $field_instances['profile2-adherent-field_administrative_email'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'email',
- 'settings' => array(),
- 'type' => 'email_default',
- 'weight' => 15,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_administrative_email',
- 'label' => 'Administrative 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' => 11,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_adresse'
- $field_instances['profile2-adherent-field_adresse'] = array(
- 'bundle' => 'adherent',
- 'default_value' => array(
- 0 => array(
- 'element_key' => 'profile2|adherent|field_adresse|und|0',
- 'thoroughfare' => '',
- 'premise' => '',
- 'postal_code' => '',
- 'locality' => '',
- 'country' => 'FR',
- ),
- ),
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'addressfield',
- 'settings' => array(
- 'format_handlers' => array(
- 0 => 'address',
- ),
- 'use_widget_handlers' => 1,
- ),
- 'type' => 'addressfield_default',
- 'weight' => 5,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_adresse',
- '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(),
- 'format_handlers' => array(
- 'address' => 'address',
- 'address-hide-country' => 0,
- 'organisation' => 0,
- 'name-full' => 0,
- 'name-oneline' => 0,
- ),
- ),
- 'type' => 'addressfield_standard',
- 'weight' => 14,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_employee'
- $field_instances['profile2-adherent-field_employee'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'number',
- 'settings' => array(
- 'decimal_separator' => '.',
- 'prefix_suffix' => TRUE,
- 'scale' => 0,
- 'thousand_separator' => ' ',
- ),
- 'type' => 'number_integer',
- 'weight' => 10,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_employee',
- 'label' => 'Employee',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'max' => '',
- 'min' => 1,
- 'prefix' => '',
- 'suffix' => '',
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 0,
- 'module' => 'number',
- 'settings' => array(),
- 'type' => 'number',
- 'weight' => 7,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_first_name'
- $field_instances['profile2-adherent-field_first_name'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 1,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_first_name',
- 'label' => 'First name',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 1,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_naf'
- $field_instances['profile2-adherent-field_naf'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 11,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_naf',
- 'label' => 'NAF',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 8,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_name'
- $field_instances['profile2-adherent-field_name'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 2,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_name',
- 'label' => 'Name',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 2,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_organization'
- $field_instances['profile2-adherent-field_organization'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 6,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_organization',
- 'label' => 'Organization',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 3,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_private_name_title'
- $field_instances['profile2-adherent-field_private_name_title'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'list',
- 'settings' => array(),
- 'type' => 'list_default',
- 'weight' => 4,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_private_name_title',
- 'label' => 'Titre',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'options',
- 'settings' => array(
- 'content_taxonomy_opt_groups' => FALSE,
- ),
- 'type' => 'options_select',
- 'weight' => 0,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_private_phone'
- $field_instances['profile2-adherent-field_private_phone'] = array(
- 'bundle' => 'adherent',
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'cck_phone',
- 'settings' => array(),
- 'type' => 'global_phone_number',
- 'weight' => 3,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_private_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' => 'fr',
- 'enable_country_level_validation' => 1,
- 'enable_default_country' => 1,
- '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' => 13,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_private_quality'
- $field_instances['profile2-adherent-field_private_quality'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_private_quality',
- 'label' => 'Qualité',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 5,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_service'
- $field_instances['profile2-adherent-field_service'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 8,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_service',
- 'label' => 'service',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 6,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_siret'
- $field_instances['profile2-adherent-field_siret'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 12,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_siret',
- 'label' => 'SIRET',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 9,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_user_website'
- $field_instances['profile2-adherent-field_user_website'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'link',
- 'settings' => array(),
- 'type' => 'link_default',
- 'weight' => 7,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_user_website',
- 'label' => 'Website',
- 'required' => 0,
- 'settings' => array(
- 'attributes' => array(
- 'class' => '',
- 'configurable_title' => 0,
- 'rel' => '',
- 'target' => '_blank',
- 'title' => '',
- ),
- 'display' => array(
- 'url_cutoff' => 80,
- ),
- 'enable_tokens' => 1,
- 'entity_translation_sync' => FALSE,
- 'rel_remove' => 'default',
- 'title' => 'none',
- 'title_maxlength' => 128,
- 'title_value' => 'website',
- 'url' => 0,
- 'user_register_form' => FALSE,
- 'validate_url' => 1,
- ),
- 'widget' => array(
- 'active' => 0,
- 'module' => 'link',
- 'settings' => array(),
- 'type' => 'link_field',
- 'weight' => 12,
- ),
- );
- // Exported field_instance: 'profile2-adherent-field_vat_number_intra_ce'
- $field_instances['profile2-adherent-field_vat_number_intra_ce'] = array(
- 'bundle' => 'adherent',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 14,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_vat_number_intra_ce',
- 'label' => 'VAT number intra CE',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 10,
- ),
- );
- // Exported field_instance: 'profile2-contact_operationnel-field_memo'
- $field_instances['profile2-contact_operationnel-field_memo'] = array(
- 'bundle' => 'contact_operationnel',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 21,
- ),
- ),
- 'entity_type' => 'profile2',
- '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' => 10,
- ),
- 'type' => 'text_textarea',
- 'weight' => 6,
- ),
- );
- // Exported field_instance: 'profile2-contact_operationnel-field_private_email'
- $field_instances['profile2-contact_operationnel-field_private_email'] = array(
- 'bundle' => 'contact_operationnel',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'email',
- 'settings' => array(),
- 'type' => 'email_default',
- 'weight' => 24,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_private_email',
- 'label' => 'Email',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'email',
- 'settings' => array(
- 'size' => 30,
- ),
- 'type' => 'email_textfield',
- 'weight' => 3,
- ),
- );
- // Exported field_instance: 'profile2-contact_operationnel-field_private_name'
- $field_instances['profile2-contact_operationnel-field_private_name'] = array(
- 'bundle' => 'contact_operationnel',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 16,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_private_name',
- 'label' => 'Name',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 1,
- ),
- );
- // Exported field_instance: 'profile2-contact_operationnel-field_private_name_title'
- $field_instances['profile2-contact_operationnel-field_private_name_title'] = array(
- 'bundle' => 'contact_operationnel',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'list',
- 'settings' => array(),
- 'type' => 'list_default',
- 'weight' => 15,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_private_name_title',
- 'label' => 'Title',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'options',
- 'settings' => array(
- 'content_taxonomy_opt_groups' => FALSE,
- ),
- 'type' => 'options_select',
- 'weight' => 0,
- ),
- );
- // Exported field_instance: 'profile2-contact_operationnel-field_private_phone'
- $field_instances['profile2-contact_operationnel-field_private_phone'] = array(
- 'bundle' => 'contact_operationnel',
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'cck_phone',
- 'settings' => array(),
- 'type' => 'global_phone_number',
- 'weight' => 20,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_private_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' => 'fr',
- 'enable_country_level_validation' => 1,
- 'enable_default_country' => 1,
- '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' => 4,
- ),
- );
- // Exported field_instance: 'profile2-contact_operationnel-field_private_quality'
- $field_instances['profile2-contact_operationnel-field_private_quality'] = array(
- 'bundle' => 'contact_operationnel',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 19,
- ),
- ),
- 'entity_type' => 'profile2',
- 'field_name' => 'field_private_quality',
- 'label' => 'Quality',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 30,
- ),
- 'type' => 'text_textfield',
- 'weight' => 2,
- ),
- );
- // Exported field_instance: 'user-user-field_company'
- $field_instances['user-user-field_company'] = array(
- 'bundle' => 'user',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'i18n_taxonomy',
- 'settings' => array(),
- 'type' => 'i18n_taxonomy_term_reference_link',
- 'weight' => 1,
- ),
- ),
- 'entity_type' => 'user',
- 'field_name' => 'field_company',
- 'label' => 'Company',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'user_register_form' => 1,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'autocomplete_deluxe',
- 'settings' => array(
- 'autocomplete_deluxe_path' => 'autocomplete_deluxe/taxonomy',
- 'content_taxonomy_autocomplete_new_terms' => 'deny',
- 'size' => 60,
- ),
- 'type' => 'autocomplete_deluxe_taxonomy',
- 'weight' => 2,
- ),
- );
- // Exported field_instance: 'user-user-field_memo'
- $field_instances['user-user-field_memo'] = array(
- 'bundle' => 'user',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'user',
- 'field_name' => 'field_memo',
- 'label' => 'Mémo',
- 'required' => 0,
- 'settings' => array(
- 'entity_translation_sync' => FALSE,
- 'text_processing' => 0,
- 'user_register_form' => 0,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'rows' => 10,
- ),
- 'type' => 'text_textarea',
- 'weight' => 7,
- ),
- );
- // Translatables
- // Included for use with string extractors like potx.
- t('Activity sector');
- t('Administrative email');
- t('Adresse');
- t('Company');
- t('Email');
- t('Employee');
- t('First name');
- t('Mémo');
- t('NAF');
- t('Name');
- t('Organization');
- t('Phone');
- t('Quality');
- t('Qualité');
- t('SIRET');
- t('Title');
- t('Titre');
- t('VAT number intra CE');
- t('Website');
- t('service');
- return $field_instances;
- }
|