617 lines
15 KiB
PHP
Executable File
617 lines
15 KiB
PHP
Executable File
<?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(
|
|
'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' => 2,
|
|
),
|
|
'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' => 3,
|
|
),
|
|
'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' => 1,
|
|
),
|
|
'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;
|
|
}
|