324 lines
8.4 KiB
PHP
324 lines
8.4 KiB
PHP
<?php
|
|
/**
|
|
* @file
|
|
* popsu_colloques.features.field.inc
|
|
*/
|
|
|
|
/**
|
|
* Implements hook_field_default_fields().
|
|
*/
|
|
function popsu_colloques_field_default_fields() {
|
|
$fields = array();
|
|
|
|
// Exported field: 'node-popsu_colloque-field_popsu_colloque_body'.
|
|
$fields['node-popsu_colloque-field_popsu_colloque_body'] = array(
|
|
'field_config' => array(
|
|
'active' => '1',
|
|
'cardinality' => '1',
|
|
'deleted' => '0',
|
|
'entity_types' => array(),
|
|
'field_name' => 'field_popsu_colloque_body',
|
|
'foreign keys' => array(
|
|
'format' => array(
|
|
'columns' => array(
|
|
'format' => 'format',
|
|
),
|
|
'table' => 'filter_format',
|
|
),
|
|
),
|
|
'indexes' => array(
|
|
'format' => array(
|
|
0 => 'format',
|
|
),
|
|
),
|
|
'locked' => '0',
|
|
'module' => 'text',
|
|
'settings' => array(),
|
|
'translatable' => '0',
|
|
'type' => 'text_with_summary',
|
|
),
|
|
'field_instance' => array(
|
|
'bundle' => 'popsu_colloque',
|
|
'default_value' => NULL,
|
|
'deleted' => '0',
|
|
'description' => '',
|
|
'display' => array(
|
|
'default' => array(
|
|
'label' => 'above',
|
|
'module' => 'text',
|
|
'settings' => array(),
|
|
'type' => 'text_default',
|
|
'weight' => '1',
|
|
),
|
|
'teaser' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
),
|
|
'entity_type' => 'node',
|
|
'field_name' => 'field_popsu_colloque_body',
|
|
'label' => 'Texte de présentation du colloque',
|
|
'required' => 0,
|
|
'settings' => array(
|
|
'display_summary' => 0,
|
|
'text_processing' => '1',
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'active' => 1,
|
|
'module' => 'text',
|
|
'settings' => array(
|
|
'rows' => '40',
|
|
'summary_rows' => 5,
|
|
),
|
|
'type' => 'text_textarea_with_summary',
|
|
'weight' => '2',
|
|
),
|
|
),
|
|
);
|
|
|
|
// Exported field: 'node-popsu_colloque-field_popsu_colloque_imageintro'.
|
|
$fields['node-popsu_colloque-field_popsu_colloque_imageintro'] = array(
|
|
'field_config' => array(
|
|
'active' => '1',
|
|
'cardinality' => '-1',
|
|
'deleted' => '0',
|
|
'entity_types' => array(),
|
|
'field_name' => 'field_popsu_colloque_imageintro',
|
|
'foreign keys' => array(
|
|
'fid' => array(
|
|
'columns' => array(
|
|
'fid' => 'fid',
|
|
),
|
|
'table' => 'file_managed',
|
|
),
|
|
),
|
|
'indexes' => array(
|
|
'fid' => array(
|
|
0 => 'fid',
|
|
),
|
|
),
|
|
'locked' => '0',
|
|
'module' => 'image',
|
|
'settings' => array(
|
|
'default_image' => 0,
|
|
'uri_scheme' => 'public',
|
|
),
|
|
'translatable' => '0',
|
|
'type' => 'image',
|
|
),
|
|
'field_instance' => array(
|
|
'bundle' => 'popsu_colloque',
|
|
'deleted' => '0',
|
|
'description' => '',
|
|
'display' => array(
|
|
'default' => array(
|
|
'label' => 'above',
|
|
'module' => 'image',
|
|
'settings' => array(
|
|
'image_link' => '',
|
|
'image_style' => '',
|
|
),
|
|
'type' => 'image',
|
|
'weight' => '2',
|
|
),
|
|
'teaser' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
),
|
|
'entity_type' => 'node',
|
|
'field_name' => 'field_popsu_colloque_imageintro',
|
|
'label' => 'Image d\'introduction',
|
|
'required' => 0,
|
|
'settings' => array(
|
|
'alt_field' => 0,
|
|
'default_image' => 0,
|
|
'file_directory' => '',
|
|
'file_extensions' => 'png gif jpg jpeg',
|
|
'filefield_paths' => array(
|
|
'active_updating' => 0,
|
|
'file_name' => array(
|
|
'options' => array(
|
|
'pathauto' => 1,
|
|
'transliterate' => 1,
|
|
),
|
|
'value' => '[file:ffp-name-only-original].[file:ffp-extension-original]',
|
|
),
|
|
'file_path' => array(
|
|
'options' => array(
|
|
'pathauto' => 1,
|
|
'transliterate' => 1,
|
|
),
|
|
'value' => 'nodes/[node:content-type]/[node:nid]/imageintro',
|
|
),
|
|
'retroactive_update' => 0,
|
|
),
|
|
'max_filesize' => '',
|
|
'max_resolution' => '',
|
|
'min_resolution' => '',
|
|
'title_field' => 1,
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'active' => 1,
|
|
'module' => 'image',
|
|
'settings' => array(
|
|
'preview_image_style' => 'thumbnail',
|
|
'progress_indicator' => 'throbber',
|
|
),
|
|
'type' => 'image_image',
|
|
'weight' => '3',
|
|
),
|
|
),
|
|
);
|
|
|
|
// Exported field: 'node-popsu_colloque-field_popsu_colloque_subtitle'.
|
|
$fields['node-popsu_colloque-field_popsu_colloque_subtitle'] = array(
|
|
'field_config' => array(
|
|
'active' => '1',
|
|
'cardinality' => '1',
|
|
'deleted' => '0',
|
|
'entity_types' => array(),
|
|
'field_name' => 'field_popsu_colloque_subtitle',
|
|
'foreign keys' => array(
|
|
'format' => array(
|
|
'columns' => array(
|
|
'format' => 'format',
|
|
),
|
|
'table' => 'filter_format',
|
|
),
|
|
),
|
|
'indexes' => array(
|
|
'format' => array(
|
|
0 => 'format',
|
|
),
|
|
),
|
|
'locked' => '0',
|
|
'module' => 'text',
|
|
'settings' => array(
|
|
'max_length' => '255',
|
|
),
|
|
'translatable' => '0',
|
|
'type' => 'text',
|
|
),
|
|
'field_instance' => array(
|
|
'bundle' => 'popsu_colloque',
|
|
'default_value' => NULL,
|
|
'deleted' => '0',
|
|
'description' => '',
|
|
'display' => array(
|
|
'default' => array(
|
|
'label' => 'above',
|
|
'module' => 'text',
|
|
'settings' => array(),
|
|
'type' => 'text_default',
|
|
'weight' => '0',
|
|
),
|
|
'teaser' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
),
|
|
'entity_type' => 'node',
|
|
'field_name' => 'field_popsu_colloque_subtitle',
|
|
'label' => 'Sous-titre',
|
|
'required' => 0,
|
|
'settings' => array(
|
|
'text_processing' => '0',
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'active' => 1,
|
|
'module' => 'text',
|
|
'settings' => array(
|
|
'size' => '60',
|
|
),
|
|
'type' => 'text_textfield',
|
|
'weight' => '3',
|
|
),
|
|
),
|
|
);
|
|
|
|
// Exported field: 'node-popsu_colloque-field_popsu_colloque_subtitle2'.
|
|
$fields['node-popsu_colloque-field_popsu_colloque_subtitle2'] = array(
|
|
'field_config' => array(
|
|
'active' => '1',
|
|
'cardinality' => '1',
|
|
'deleted' => '0',
|
|
'entity_types' => array(),
|
|
'field_name' => 'field_popsu_colloque_subtitle2',
|
|
'foreign keys' => array(
|
|
'format' => array(
|
|
'columns' => array(
|
|
'format' => 'format',
|
|
),
|
|
'table' => 'filter_format',
|
|
),
|
|
),
|
|
'indexes' => array(
|
|
'format' => array(
|
|
0 => 'format',
|
|
),
|
|
),
|
|
'locked' => '0',
|
|
'module' => 'text',
|
|
'settings' => array(),
|
|
'translatable' => '0',
|
|
'type' => 'text_long',
|
|
),
|
|
'field_instance' => array(
|
|
'bundle' => 'popsu_colloque',
|
|
'default_value' => NULL,
|
|
'deleted' => '0',
|
|
'description' => '',
|
|
'display' => array(
|
|
'default' => array(
|
|
'label' => 'above',
|
|
'module' => 'text',
|
|
'settings' => array(),
|
|
'type' => 'text_default',
|
|
'weight' => 5,
|
|
),
|
|
'teaser' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
),
|
|
'entity_type' => 'node',
|
|
'field_name' => 'field_popsu_colloque_subtitle2',
|
|
'label' => 'Sous-titre',
|
|
'required' => 0,
|
|
'settings' => array(
|
|
'text_processing' => '1',
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'active' => 1,
|
|
'module' => 'text',
|
|
'settings' => array(
|
|
'rows' => '5',
|
|
),
|
|
'type' => 'text_textarea',
|
|
'weight' => '4',
|
|
),
|
|
),
|
|
);
|
|
|
|
// Translatables
|
|
// Included for use with string extractors like potx.
|
|
t('Image d\'introduction');
|
|
t('Sous-titre');
|
|
t('Texte de présentation du colloque');
|
|
|
|
return $fields;
|
|
}
|