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

mikeytown2’s picture

if you wouldn't mind doing a patch that would be helpful

mikeytown2’s picture

Status: Active » Fixed

committed

AlexisWilke’s picture

Sorry... 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.