Download & Extend

WYSIWYG editor support (add '#wysiwyg' => FALSE)

Project:Boost
Version:6.x-1.x-dev
Component:User interface
Category:feature request
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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:

<?php
  $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

#1

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

#2

Status:active» fixed

committed

#3

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

#4

Status:fixed» closed (fixed)

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

nobody click here