Closed (fixed)
Project:
Wysiwyg
Version:
6.x-2.0
Component:
Editor - FCKeditor
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 05:06 UTC
Updated:
4 Dec 2009 at 17:50 UTC
I can't seem to find where I can enable or disable the fckeditor based on id or path as with the FCKeditor module. Is this an option with WYSIWYG module or am I just missing it?
Thanks
Comments
Comment #1
twodThere is no such option. We take a different approach than most other WYSIWYG-related modules. The editor configured for an input format appears wherever you allow that input format to be used. See the Better Formats module for more control over your formats.
Comment #2
chris.mccreery commentedSo is there anyway to enable the editors on the admin pages like contact form?
Comment #3
twodSee #608348: Getting a wysiwyg editor onto a system page on that. Core doesn't implement the format selections the same way all the time, an implementation of hook_form_alter might be able to change the core forms to use the 'format' key for the format selector, or include it at all.