Hi there,
It would really neat if you would add '#wysiwuyg' => FALSE to all the text areas. That way, I would not have to mark them by hand in all my 35+ websites...
The following is an example in the admin for the Pages cache setup:
$form['cacheability']['boost_cacheability_pages'] = array(
'#type' => 'textarea',
'#title' => t('Pages'),
'#default_value' => BOOST_CACHEABILITY_PAGES,
'#description' => $description,
'#wysiwyg' => FALSE,
);
As you can see, it doesn't hurt much. 8-)
If you'd like me to supply a patch, let me know.
Thank you.
Alexis Wilke
Comments
Comment #1
mikeytown2 commentedif you wouldn't mind doing a patch that would be helpful
Comment #2
mikeytown2 commentedcommitted
Comment #3
AlexisWilke commentedSorry... I did not find the time, had a couple of fires coming my way in the last two weeks...
Thank you for committing this change!
Alexis