361 lines
9.0 KiB
PHP
361 lines
9.0 KiB
PHP
<?php
|
|
/**
|
|
* @file
|
|
* materio_subscriptions.features.field_instance.inc
|
|
*/
|
|
|
|
/**
|
|
* Implements hook_field_default_field_instances().
|
|
*/
|
|
function materio_subscriptions_field_default_field_instances() {
|
|
$field_instances = array();
|
|
|
|
// Exported field_instance: 'node-product-body'
|
|
$field_instances['node-product-body'] = array(
|
|
'bundle' => 'product',
|
|
'default_value' => NULL,
|
|
'deleted' => 0,
|
|
'description' => '',
|
|
'display' => array(
|
|
'bookmark' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardbig' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardfull' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardmedium' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardsmall' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'default' => array(
|
|
'label' => 'hidden',
|
|
'module' => 'text',
|
|
'settings' => array(),
|
|
'type' => 'text_default',
|
|
'weight' => 0,
|
|
),
|
|
'print' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'teaser' => array(
|
|
'label' => 'hidden',
|
|
'module' => 'text',
|
|
'settings' => array(
|
|
'trim_length' => 600,
|
|
),
|
|
'type' => 'text_summary_or_trimmed',
|
|
'weight' => 0,
|
|
),
|
|
),
|
|
'entity_type' => 'node',
|
|
'field_name' => 'body',
|
|
'label' => 'Description',
|
|
'required' => FALSE,
|
|
'settings' => array(
|
|
'display_summary' => TRUE,
|
|
'entity_translation_sync' => FALSE,
|
|
'text_processing' => 1,
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'module' => 'text',
|
|
'settings' => array(
|
|
'rows' => 20,
|
|
'summary_rows' => 5,
|
|
),
|
|
'type' => 'text_textarea_with_summary',
|
|
'weight' => 31,
|
|
),
|
|
);
|
|
|
|
// Exported field_instance: 'node-product-taxonomy_catalog'
|
|
$field_instances['node-product-taxonomy_catalog'] = array(
|
|
'bundle' => 'product',
|
|
'default_value' => NULL,
|
|
'deleted' => 0,
|
|
'description' => '',
|
|
'display' => array(
|
|
'bookmark' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardbig' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardfull' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardmedium' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardsmall' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'default' => array(
|
|
'label' => 'above',
|
|
'module' => 'i18n_taxonomy',
|
|
'settings' => array(),
|
|
'type' => 'i18n_taxonomy_term_reference_link',
|
|
'weight' => 2,
|
|
),
|
|
'print' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'teaser' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
),
|
|
'entity_type' => 'node',
|
|
'field_name' => 'taxonomy_catalog',
|
|
'label' => 'Catalog',
|
|
'required' => FALSE,
|
|
'settings' => array(
|
|
'entity_translation_sync' => FALSE,
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'module' => 'options',
|
|
'settings' => array(
|
|
'content_taxonomy_opt_groups' => FALSE,
|
|
),
|
|
'type' => 'options_select',
|
|
'weight' => 33,
|
|
),
|
|
);
|
|
|
|
// Exported field_instance: 'node-product-uc_product_image'
|
|
$field_instances['node-product-uc_product_image'] = array(
|
|
'bundle' => 'product',
|
|
'deleted' => 0,
|
|
'description' => '',
|
|
'display' => array(
|
|
'bookmark' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardbig' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardfull' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardmedium' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'cardsmall' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'default' => array(
|
|
'label' => 'above',
|
|
'module' => 'image',
|
|
'settings' => array(
|
|
'image_link' => '',
|
|
'image_style' => '',
|
|
),
|
|
'type' => 'image',
|
|
'weight' => 1,
|
|
),
|
|
'full' => array(
|
|
'label' => 'hidden',
|
|
'module' => 'uc_product',
|
|
'settings' => array(),
|
|
'type' => 'uc_product_image',
|
|
'weight' => 0,
|
|
),
|
|
'print' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'teaser' => array(
|
|
'label' => 'hidden',
|
|
'module' => 'uc_product',
|
|
'settings' => array(),
|
|
'type' => 'uc_product_image',
|
|
'weight' => 1,
|
|
),
|
|
),
|
|
'entity_type' => 'node',
|
|
'field_name' => 'uc_product_image',
|
|
'label' => 'Image',
|
|
'required' => FALSE,
|
|
'settings' => array(
|
|
'alt_field' => 0,
|
|
'default_image' => 0,
|
|
'entity_translation_sync' => FALSE,
|
|
'file_directory' => '',
|
|
'file_extensions' => 'png gif jpg jpeg',
|
|
'max_filesize' => '',
|
|
'max_resolution' => '',
|
|
'min_resolution' => '',
|
|
'title_field' => 0,
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'weight' => -2,
|
|
'widget' => array(
|
|
'module' => 'image',
|
|
'settings' => array(
|
|
'preview_image_style' => 'thumbnail',
|
|
'progress_indicator' => 'throbber',
|
|
),
|
|
'type' => 'image_image',
|
|
'weight' => 32,
|
|
),
|
|
);
|
|
|
|
// Exported field_instance: 'taxonomy_term-catalog-synonyms_synonym'
|
|
$field_instances['taxonomy_term-catalog-synonyms_synonym'] = array(
|
|
'bundle' => 'catalog',
|
|
'default_value' => NULL,
|
|
'deleted' => 0,
|
|
'description' => '',
|
|
'display' => array(
|
|
'default' => array(
|
|
'label' => 'above',
|
|
'module' => 'text',
|
|
'settings' => array(),
|
|
'type' => 'text_default',
|
|
'weight' => 0,
|
|
),
|
|
),
|
|
'entity_type' => 'taxonomy_term',
|
|
'field_name' => 'synonyms_synonym',
|
|
'label' => 'Synonyms for this term',
|
|
'required' => FALSE,
|
|
'settings' => array(
|
|
'entity_translation_sync' => FALSE,
|
|
'text_processing' => 0,
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'module' => 'text',
|
|
'settings' => array(
|
|
'size' => 60,
|
|
),
|
|
'type' => 'text_textfield',
|
|
'weight' => 31,
|
|
),
|
|
);
|
|
|
|
// Exported field_instance: 'taxonomy_term-catalog-uc_catalog_image'
|
|
$field_instances['taxonomy_term-catalog-uc_catalog_image'] = array(
|
|
'bundle' => 'catalog',
|
|
'deleted' => 0,
|
|
'description' => '',
|
|
'display' => array(
|
|
'default' => array(
|
|
'label' => 'above',
|
|
'module' => 'image',
|
|
'settings' => array(
|
|
'image_link' => '',
|
|
'image_style' => '',
|
|
),
|
|
'type' => 'image',
|
|
'weight' => 1,
|
|
),
|
|
'full' => array(
|
|
'label' => 'hidden',
|
|
'module' => 'image',
|
|
'settings' => array(
|
|
'image_link' => 'content',
|
|
'image_style' => 'uc_category',
|
|
),
|
|
'type' => 'image',
|
|
'weight' => 0,
|
|
),
|
|
),
|
|
'entity_type' => 'taxonomy_term',
|
|
'field_name' => 'uc_catalog_image',
|
|
'label' => 'Image',
|
|
'required' => FALSE,
|
|
'settings' => array(
|
|
'alt_field' => 0,
|
|
'default_image' => 0,
|
|
'entity_translation_sync' => FALSE,
|
|
'file_directory' => '',
|
|
'file_extensions' => 'png gif jpg jpeg',
|
|
'max_filesize' => '',
|
|
'max_resolution' => '',
|
|
'min_resolution' => '',
|
|
'title_field' => 0,
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'module' => 'image',
|
|
'settings' => array(
|
|
'preview_image_style' => 'thumbnail',
|
|
'progress_indicator' => 'throbber',
|
|
),
|
|
'type' => 'image_image',
|
|
'weight' => 32,
|
|
),
|
|
);
|
|
|
|
// Translatables
|
|
// Included for use with string extractors like potx.
|
|
t('Catalog');
|
|
t('Description');
|
|
t('Image');
|
|
t('Synonyms for this term');
|
|
|
|
return $field_instances;
|
|
}
|