Closed (fixed)
Project:
Lost & found issues
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2008 at 22:48 UTC
Updated:
5 Mar 2008 at 01:27 UTC
Jump to comment: Most recent
My client has asked to have a WYSIWYG editor configured for the description field on listings (content type) but the input type options do not show on listing content type so i can't change this to full html which is required for tinyMCE formating to work. Is there a way to display the input type options on the listing content type or set the default input type to full html for ONLY listings content type?
Comments
Comment #1
joshua.howell commentedTo enable the Input Format options on the listings Content Type, add this code to the listing_form.php file
$form['filter'] = filter_form($node->format);