123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626 |
- <?php
- /**
- * @file
- * chapitre.features.field_instance.inc
- */
- /**
- * Implements hook_field_default_field_instances().
- */
- function chapitre_field_default_field_instances() {
- $field_instances = array();
- // Exported field_instance: 'field_collection_item-field_partie-field_description'
- $field_instances['field_collection_item-field_partie-field_description'] = array(
- 'bundle' => 'field_partie',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 3,
- ),
- 'full' => array(
- 'label' => 'hidden',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 3,
- ),
- 'token' => array(
- 'label' => 'hidden',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 3,
- ),
- ),
- 'entity_type' => 'field_collection_item',
- 'field_name' => 'field_description',
- 'label' => 'Description',
- 'required' => 0,
- 'settings' => array(
- 'linkit' => array(
- 'button_text' => 'Recherche',
- 'enable' => 0,
- 'profile' => '',
- ),
- '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: 'field_collection_item-field_partie-field_sous_titre'
- $field_instances['field_collection_item-field_partie-field_sous_titre'] = array(
- 'bundle' => 'field_partie',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 2,
- ),
- 'full' => array(
- 'label' => 'hidden',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 2,
- ),
- 'token' => array(
- 'label' => 'hidden',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 2,
- ),
- ),
- 'entity_type' => 'field_collection_item',
- 'field_name' => 'field_sous_titre',
- 'label' => 'Sous titre',
- 'required' => 0,
- 'settings' => array(
- 'linkit' => array(
- 'button_text' => 'Recherche',
- 'enable' => 0,
- 'profile' => '',
- ),
- '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: 'field_collection_item-field_partie-field_titre'
- $field_instances['field_collection_item-field_partie-field_titre'] = array(
- 'bundle' => 'field_partie',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 1,
- ),
- 'full' => array(
- 'label' => 'hidden',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 1,
- ),
- 'token' => array(
- 'label' => 'hidden',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 1,
- ),
- ),
- 'entity_type' => 'field_collection_item',
- 'field_name' => 'field_titre',
- 'label' => 'Titre',
- 'required' => 0,
- 'settings' => array(
- 'linkit' => array(
- 'button_text' => 'Recherche',
- 'enable' => 0,
- 'profile' => '',
- ),
- '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: 'field_collection_item-field_partie-field_video'
- $field_instances['field_collection_item-field_partie-field_video'] = array(
- 'bundle' => 'field_partie',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'video_embed_field',
- 'settings' => array(
- 'description' => 1,
- 'description_position' => 'bottom',
- 'video_style' => 'normal',
- ),
- 'type' => 'video_embed_field',
- 'weight' => 4,
- ),
- 'full' => array(
- 'label' => 'hidden',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 4,
- ),
- 'token' => array(
- 'label' => 'hidden',
- 'module' => 'video_embed_field',
- 'settings' => array(
- 'description' => 1,
- 'description_position' => 'bottom',
- 'video_style' => 'normal',
- ),
- 'type' => 'video_embed_field',
- 'weight' => 4,
- ),
- ),
- 'entity_type' => 'field_collection_item',
- 'field_name' => 'field_video',
- 'label' => 'Video',
- 'required' => 0,
- 'settings' => array(
- 'description_field' => 0,
- 'description_length' => 128,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 0,
- 'module' => 'video_embed_field',
- 'settings' => array(),
- 'type' => 'video_embed_field_video',
- 'weight' => 2,
- ),
- );
- // Exported field_instance: 'field_collection_item-field_partie-field_vignette'
- $field_instances['field_collection_item-field_partie-field_vignette'] = array(
- 'bundle' => 'field_partie',
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'image',
- 'settings' => array(
- 'image_link' => '',
- 'image_style' => '',
- ),
- 'type' => 'image',
- 'weight' => 0,
- ),
- 'full' => array(
- 'label' => 'hidden',
- 'module' => 'image',
- 'settings' => array(
- 'image_link' => '',
- 'image_style' => '',
- ),
- 'type' => 'image',
- 'weight' => 0,
- ),
- 'token' => array(
- 'label' => 'hidden',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'field_collection_item',
- 'field_name' => 'field_vignette',
- 'label' => 'Vignette',
- 'required' => 0,
- 'settings' => array(
- 'alt_field' => 0,
- 'default_image' => 0,
- 'file_directory' => '',
- 'file_extensions' => 'png gif jpg jpeg',
- 'max_filesize' => '',
- 'max_resolution' => '',
- 'min_resolution' => '',
- 'title_field' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'image',
- 'settings' => array(
- 'insert' => 0,
- 'insert_absolute' => FALSE,
- 'insert_class' => '',
- 'insert_default' => array(
- 0 => 'auto',
- ),
- 'insert_styles' => array(
- 0 => 'auto',
- ),
- 'insert_width' => '',
- 'preview_image_style' => 'thumbnail',
- 'progress_indicator' => 'throbber',
- ),
- 'type' => 'image_image',
- 'weight' => 0,
- ),
- );
- // Exported field_instance: 'node-chapitre-field_accroche'
- $field_instances['node-chapitre-field_accroche'] = array(
- 'bundle' => 'chapitre',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'chapter' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 5,
- ),
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 5,
- ),
- 'teaser' => array(
- 'label' => 'hidden',
- 'module' => 'text',
- 'settings' => array(
- 'trim_length' => 200,
- ),
- 'type' => 'text_trimmed',
- 'weight' => 0,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_accroche',
- 'label' => 'Accroche',
- 'required' => 0,
- 'settings' => array(
- 'linkit' => array(
- 'button_text' => 'Recherche',
- 'enable' => 0,
- 'profile' => '',
- ),
- 'text_processing' => 1,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'rows' => 5,
- ),
- 'type' => 'text_textarea',
- 'weight' => 104,
- ),
- );
- // Exported field_instance: 'node-chapitre-field_agir'
- $field_instances['node-chapitre-field_agir'] = array(
- 'bundle' => 'chapitre',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'chapter' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 3,
- ),
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 3,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 5,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_agir',
- 'label' => 'Agir',
- 'required' => 0,
- 'settings' => array(
- 'linkit' => array(
- 'button_text' => 'Recherche',
- 'enable' => 0,
- 'profile' => '',
- ),
- 'text_processing' => 1,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'rows' => 10,
- ),
- 'type' => 'text_textarea',
- 'weight' => 107,
- ),
- );
- // Exported field_instance: 'node-chapitre-field_comprendre'
- $field_instances['node-chapitre-field_comprendre'] = array(
- 'bundle' => 'chapitre',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'chapter' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 1,
- ),
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 1,
- ),
- 'teaser' => array(
- 'label' => 'hidden',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 1,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_comprendre',
- 'label' => 'Comprendre',
- 'required' => 0,
- 'settings' => array(
- 'linkit' => array(
- 'button_text' => 'Recherche',
- 'enable' => 0,
- 'profile' => '',
- ),
- 'text_processing' => 1,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'rows' => 10,
- ),
- 'type' => 'text_textarea',
- 'weight' => 105,
- ),
- );
- // Exported field_instance: 'node-chapitre-field_dbatre'
- $field_instances['node-chapitre-field_dbatre'] = array(
- 'bundle' => 'chapitre',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'chapter' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 2,
- ),
- 'default' => array(
- 'label' => 'above',
- 'module' => 'text',
- 'settings' => array(),
- 'type' => 'text_default',
- 'weight' => 2,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 6,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_dbatre',
- 'label' => 'Débattre',
- 'required' => 0,
- 'settings' => array(
- 'linkit' => array(
- 'button_text' => 'Recherche',
- 'enable' => 0,
- 'profile' => '',
- ),
- 'text_processing' => 1,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'rows' => 10,
- ),
- 'type' => 'text_textarea',
- 'weight' => 106,
- ),
- );
- // Exported field_instance: 'node-chapitre-field_partager'
- $field_instances['node-chapitre-field_partager'] = array(
- 'bundle' => 'chapitre',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => 'provide twitter hashtag without #',
- 'display' => array(
- 'chapter' => array(
- 'label' => 'above',
- 'module' => 'jeemod',
- 'settings' => array(),
- 'type' => 'share_butons',
- 'weight' => 4,
- ),
- 'default' => array(
- 'label' => 'above',
- 'module' => 'jeemod',
- 'settings' => array(),
- 'type' => 'share_butons',
- 'weight' => 4,
- ),
- 'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 3,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_partager',
- 'label' => 'Partager',
- 'required' => 0,
- 'settings' => array(
- 'linkit' => array(
- 'button_text' => 'Recherche',
- 'enable' => 0,
- 'profile' => '',
- ),
- 'text_processing' => 0,
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 1,
- 'module' => 'text',
- 'settings' => array(
- 'size' => 60,
- ),
- 'type' => 'text_textfield',
- 'weight' => 108,
- ),
- );
- // Exported field_instance: 'node-chapitre-field_partie'
- $field_instances['node-chapitre-field_partie'] = array(
- 'bundle' => 'chapitre',
- 'default_value' => NULL,
- 'deleted' => 0,
- 'description' => '',
- 'display' => array(
- 'chapter' => array(
- 'label' => 'hidden',
- 'module' => 'field_collection',
- 'settings' => array(
- 'view_mode' => 'token',
- ),
- 'type' => 'field_collection_fields',
- 'weight' => 0,
- ),
- 'default' => array(
- 'label' => 'hidden',
- 'module' => 'field_collection',
- 'settings' => array(
- 'add' => 'Ajouter',
- 'delete' => 'Supprimer',
- 'description' => TRUE,
- 'edit' => 'Modifier',
- 'view_mode' => 'full',
- ),
- 'type' => 'field_collection_view',
- 'weight' => 0,
- ),
- 'teaser' => array(
- 'label' => 'hidden',
- 'module' => 'field_collection',
- 'settings' => array(
- 'view_mode' => 'full',
- ),
- 'type' => 'field_collection_fields',
- 'weight' => 2,
- ),
- ),
- 'entity_type' => 'node',
- 'field_name' => 'field_partie',
- 'label' => 'Partie',
- 'required' => 0,
- 'settings' => array(
- 'user_register_form' => FALSE,
- ),
- 'widget' => array(
- 'active' => 0,
- 'module' => 'field_collection',
- 'settings' => array(),
- 'type' => 'field_collection_embed',
- 'weight' => 3,
- ),
- );
- // Translatables
- // Included for use with string extractors like potx.
- t('Accroche');
- t('Agir');
- t('Comprendre');
- t('Description');
- t('Débattre');
- t('Partager');
- t('Partie');
- t('Sous titre');
- t('Titre');
- t('Video');
- t('Vignette');
- t('provide twitter hashtag without #');
- return $field_instances;
- }
|