296 lines
7.1 KiB
PHP
296 lines
7.1 KiB
PHP
<?php
|
|
/**
|
|
* @file
|
|
* mailing.features.field_instance.inc
|
|
*/
|
|
|
|
/**
|
|
* Implements hook_field_default_field_instances().
|
|
*/
|
|
function mailing_field_default_field_instances() {
|
|
$field_instances = array();
|
|
|
|
// Exported field_instance: 'node-simplenews-body'.
|
|
$field_instances['node-simplenews-body'] = array(
|
|
'bundle' => 'simplenews',
|
|
'default_value' => array(
|
|
0 => array(
|
|
'summary' => '',
|
|
'value' => 'default',
|
|
'format' => 'mailhtml',
|
|
),
|
|
),
|
|
'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,
|
|
),
|
|
'homeblock' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'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' => 'Body',
|
|
'required' => 0,
|
|
'settings' => array(
|
|
'display_summary' => 1,
|
|
'entity_translation_sync' => FALSE,
|
|
'text_processing' => 1,
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'active' => 1,
|
|
'module' => 'text',
|
|
'settings' => array(
|
|
'rows' => 20,
|
|
'summary_rows' => 5,
|
|
),
|
|
'type' => 'text_textarea_with_summary',
|
|
'weight' => 3,
|
|
),
|
|
);
|
|
|
|
// Exported field_instance: 'node-simplenews-field_simplenews_term'.
|
|
$field_instances['node-simplenews-field_simplenews_term'] = array(
|
|
'bundle' => 'simplenews',
|
|
'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',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 3,
|
|
),
|
|
'email_html' => array(
|
|
'label' => 'hidden',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'email_plain' => array(
|
|
'label' => 'hidden',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'email_textalt' => array(
|
|
'label' => 'hidden',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'homeblock' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'print' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'teaser' => array(
|
|
'label' => 'hidden',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 1,
|
|
),
|
|
),
|
|
'entity_type' => 'node',
|
|
'field_name' => 'field_simplenews_term',
|
|
'label' => 'Newsletter category',
|
|
'required' => TRUE,
|
|
'settings' => array(
|
|
'entity_translation_sync' => FALSE,
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'module' => 'options',
|
|
'settings' => array(),
|
|
'type' => 'options_buttons',
|
|
'weight' => 4,
|
|
),
|
|
);
|
|
|
|
// Exported field_instance: 'node-simplenews-field_visible_sur_la_home'.
|
|
$field_instances['node-simplenews-field_visible_sur_la_home'] = array(
|
|
'bundle' => 'simplenews',
|
|
'default_value' => array(
|
|
0 => array(
|
|
'value' => 1,
|
|
),
|
|
),
|
|
'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',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 4,
|
|
),
|
|
'homeblock' => array(
|
|
'label' => 'above',
|
|
'settings' => array(),
|
|
'type' => 'hidden',
|
|
'weight' => 0,
|
|
),
|
|
'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' => 'field_visible_sur_la_home',
|
|
'label' => 'Visible sur la home',
|
|
'required' => 0,
|
|
'settings' => array(
|
|
'entity_translation_sync' => FALSE,
|
|
'user_register_form' => FALSE,
|
|
),
|
|
'widget' => array(
|
|
'active' => 1,
|
|
'module' => 'options',
|
|
'settings' => array(
|
|
'display_label' => 1,
|
|
),
|
|
'type' => 'options_onoff',
|
|
'weight' => 5,
|
|
),
|
|
);
|
|
|
|
// Translatables
|
|
// Included for use with string extractors like potx.
|
|
t('Body');
|
|
t('Newsletter category');
|
|
t('Visible sur la home');
|
|
|
|
return $field_instances;
|
|
}
|