From 0ceecdc0f1f12765e6cd117d3d0a0b7830092d4c Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 22 May 2018 10:38:06 +1000 Subject: [PATCH] force plain text textarea for testng --- booking.emails_admin.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/booking.emails_admin.inc b/booking.emails_admin.inc index 5963687..1d37c91 100644 --- a/booking.emails_admin.inc +++ b/booking.emails_admin.inc @@ -280,6 +280,9 @@ function booking_emails_custom_ajax_form($node, &$form_state) { $form_format = NULL; } + $form_type = 'textarea'; + $form_format = NULL; + $form['email-type'] = array( '#type' => 'select', '#title' => t('Email Type'),