force plain text textarea for testng

This commit is contained in:
Nathan Coad
2018-05-22 10:38:06 +10:00
parent c5179b059e
commit 0ceecdc0f1

View File

@@ -280,6 +280,9 @@ function booking_emails_custom_ajax_form($node, &$form_state) {
$form_format = NULL; $form_format = NULL;
} }
$form_type = 'textarea';
$form_format = NULL;
$form['email-type'] = array( $form['email-type'] = array(
'#type' => 'select', '#type' => 'select',
'#title' => t('Email Type'), '#title' => t('Email Type'),