| 1 |
$Id$
|
| 2 |
|
| 3 |
TinyMCE Automatic Configuration Module
|
| 4 |
-----------------------------------------
|
| 5 |
Provides a secure configuration of TinyMCE with a single mouse click.
|
| 6 |
|
| 7 |
TinyMCE Automatic Configuration will create a new secure configuration of the TinyMCE
|
| 8 |
module, or restore a previously created one back to how it was originally. It will:
|
| 9 |
* Give authenticated users permission to use TinyMCE
|
| 10 |
* Create/restore a default TinyMCE configuration
|
| 11 |
* Set Filtered HTML as the default input format and configure it securely
|
| 12 |
|
| 13 |
Requires the TinyMCE module (http://drupal.org/project/tinymce).
|
| 14 |
Once activated in the Drupal module list (Administer -> Site building -> Modules),
|
| 15 |
you can access the automatic configuation at Administer -> Site configuration ->
|
| 16 |
TinyMCE -- create default profile
|
| 17 |
|
| 18 |
Comments/questions should be sent to http://drupal.org/node/203173 at the module does
|
| 19 |
not have a full Drupal project page at the moment.
|
| 20 |
|