TOPIC: WYSIWYG
FCKeditor and Drupal
24th March 2007My Drupal investigation is currently in hiatus, but I did get to exploring the world of modules and adding to the standard ones supplied. Drupal doesn't have a WYSIWYG editor supplied in the standard package, so I went and added one that I have used elsewhere: FCKEditor. Setting wasn't much of a problem until I encountered the following error: Unknown element of UniversalKey panel
. The solution to the problem is to remove the reference to UniversalKey
from the configuration file fckeditor.config.js. Since it took a spot of finding, here it is for posterity and so that I'll find again...