test hiding text format options
This commit is contained in:
@@ -84,7 +84,8 @@ function booking_emails_workflow_admin() {
|
||||
'#description' => t('Enter HTML to go in the footer of the email template (above the social media icons).<br /><strong>NOTE:</strong> No token subsitutions will be made here.'),
|
||||
'#default_value' => isset(variable_get('booking_html_mail_footer')['value']) ? variable_get('booking_html_mail_footer')['value'] : variable_get('booking_html_mail_footer', '<p> </p>'),
|
||||
'#type' => 'text_format',
|
||||
'#format' => 'full_html',
|
||||
'#format' => 'full_html',
|
||||
'format' => array('access' => FALSE), // Hiding select options
|
||||
);
|
||||
}
|
||||
$form['emails']['booking_email_notification_text'] = array(
|
||||
|
Reference in New Issue
Block a user