diff --git a/views_field_view_handler_field_view.inc b/views_field_view_handler_field_view.inc index 654387d..cdaf98b 100644 --- a/views_field_view_handler_field_view.inc +++ b/views_field_view_handler_field_view.inc @@ -158,10 +158,9 @@ class views_field_view_handler_field_view extends views_handler_field { '#description' => t('Use a comma (,) or forwardslash (/) separated list of each contextual filter which should be forwared to the view. See below list of available replacement tokens. Static values are also be passed to child views if they do not match a token format. You could pass static ID\'s or taxonomy terms in this way. E.g. 123 or "my taxonomy term".'), - '#type' => 'textfield', + '#type' => 'textarea', '#default_value' => $this->options['arguments'], '#fieldset' => 'views_field_view', - '#maxlength' => '256', ); $form['available_tokens'] = array( '#type' => 'fieldset',