View source
<?php
$api = '2.0.0';
$data = array(
'field_config' => array(
'indexes' => array(
'fid' => array(
0 => 'fid',
),
),
'settings' => array(
'uri_scheme' => 'public',
'default_image' => FALSE,
),
'storage' => array(
'type' => 'field_sql_storage',
'settings' => array(),
'module' => 'field_sql_storage',
'active' => '1',
'details' => array(
'sql' => array(
'FIELD_LOAD_CURRENT' => array(
'field_data_field_image' => array(
'fid' => 'field_image_fid',
'alt' => 'field_image_alt',
'title' => 'field_image_title',
'width' => 'field_image_width',
'height' => 'field_image_height',
),
),
'FIELD_LOAD_REVISION' => array(
'field_revision_field_image' => array(
'fid' => 'field_image_fid',
'alt' => 'field_image_alt',
'title' => 'field_image_title',
'width' => 'field_image_width',
'height' => 'field_image_height',
),
),
),
),
),
'entity_types' => array(),
'translatable' => '0',
'foreign keys' => array(
'fid' => array(
'table' => 'file_managed',
'columns' => array(
'fid' => 'fid',
),
),
),
'field_name' => 'field_image',
'type' => 'image',
'module' => 'image',
'active' => '1',
'locked' => '0',
'cardinality' => '1',
'deleted' => '0',
'columns' => array(
'fid' => array(
'description' => 'The {file_managed}.fid being referenced in this field.',
'type' => 'int',
'not null' => FALSE,
'unsigned' => TRUE,
),
'alt' => array(
'description' => 'Alternative image text, for the image\'s \'alt\' attribute.',
'type' => 'varchar',
'length' => 512,
'not null' => FALSE,
),
'title' => array(
'description' => 'Image title text, for the image\'s \'title\' attribute.',
'type' => 'varchar',
'length' => 1024,
'not null' => FALSE,
),
'width' => array(
'description' => 'The width of the image in pixels.',
'type' => 'int',
'unsigned' => TRUE,
),
'height' => array(
'description' => 'The height of the image in pixels.',
'type' => 'int',
'unsigned' => TRUE,
),
),
),
'field_instance' => array(
'label' => 'Image',
'description' => 'Upload an image to go with this article.',
'required' => FALSE,
'settings' => array(
'file_directory' => 'field/image',
'file_extensions' => 'png gif jpg jpeg',
'max_filesize' => '',
'max_resolution' => '',
'min_resolution' => '',
'alt_field' => TRUE,
'title_field' => '',
'default_image' => 0,
'user_register_form' => FALSE,
),
'widget' => array(
'type' => 'image_image',
'settings' => array(
'progress_indicator' => 'throbber',
'preview_image_style' => 'thumbnail',
),
'weight' => -1,
'module' => 'image',
),
'display' => array(
'default' => array(
'label' => 'hidden',
'type' => 'image',
'settings' => array(
'image_style' => 'large',
'image_link' => '',
),
'weight' => -1,
'module' => 'image',
),
'teaser' => array(
'label' => 'hidden',
'type' => 'image',
'settings' => array(
'image_style' => 'medium',
'image_link' => 'content',
),
'weight' => -1,
'module' => 'image',
),
),
'field_name' => 'field_image',
'entity_type' => 'node',
'bundle' => 'article',
'deleted' => '0',
),
);
$dependencies = array(
'content_type.article' => 'content_type.article',
'image_style.large' => 'image_style.large',
'image_style.medium' => 'image_style.medium',
);
$optional = array();
$modules = array(
0 => 'field_sql_storage',
1 => 'image',
);