'description' => '',
'display' => array(
'default' => array(
- 'label' => 'above',
+ 'label' => 'hidden',
'module' => 'text',
'settings' => array(),
'type' => 'text_default',
- 'weight' => 0,
+ 'weight' => '0',
),
'full' => array(
'label' => 'above',
'weight' => 0,
),
'teaser' => array(
- 'label' => 'above',
- 'settings' => array(),
- 'type' => 'hidden',
- 'weight' => 0,
+ 'label' => 'hidden',
+ 'module' => 'text',
+ 'settings' => array(
+ 'trim_length' => 600,
+ ),
+ 'type' => 'text_trimmed',
+ 'weight' => '0',
),
),
'entity_type' => 'node',