IMCE implements an extension for TinyMCE that must not be loaded at all. It just loads its own JS and adds settings to TinyMCE's configuration, i.e.
'extensions' => ...,
'load' => FALSE,
should be possible. Patch needs to ensure that other extensions define load = TRUE though.
| Comment | File | Size | Author |
|---|---|---|---|
| wysiwyg-DRUPAL-5.extensions.patch | 1.68 KB | sun |
Comments
Comment #1
sunCommitted to all branches.