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);