test hiding text format options
This commit is contained in:
@@ -85,6 +85,7 @@ function booking_emails_workflow_admin() {
|
|||||||
'#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>'),
|
'#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',
|
'#type' => 'text_format',
|
||||||
'#format' => 'full_html',
|
'#format' => 'full_html',
|
||||||
|
'format' => array('access' => FALSE), // Hiding select options
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$form['emails']['booking_email_notification_text'] = array(
|
$form['emails']['booking_email_notification_text'] = array(
|
||||||
|
Reference in New Issue
Block a user