#896170 by yched: Fixed default formatter for 'Text with summary' field type should be 'text_default()'.

merge-requests/26/head
Angie Byron 2010-09-11 04:19:15 +00:00
parent d41435295a
commit a18f95a87d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function text_field_info() {
'description' => t('This field stores long text in the database along with optional summary text.'),
'instance_settings' => array('text_processing' => 1, 'display_summary' => 0),
'default_widget' => 'text_textarea_with_summary',
'default_formatter' => 'text_summary_or_trimmed',
'default_formatter' => 'text_default',
),
);
}