Hey! Here is how you do it......
First: Go to app/code/community/Fontis/Wysiwyg/etc/config.xml (around line 53)
and add your attributes here
< editable_areas > your_attribute , description , short_description , page_content , block_content , _generaldescription , text , template_text , cdtracks , dvdchapters , one_liner , bookchapters </ editable_areas >
Remember to have your attribute be TextArea on the properties on your magento when creating it.
Second: Go to app/code/community/Fontis/Wysiwyg/Model/Source/Editableareas.php (around line 27)
/*ADDED ATTRIBUTES*/array( 'value' => 'your_attribute' , 'label' => Mage :: helper ( 'fontis_wysiwyg' )-> __ ( ' your_attribute' )), /*ADDED ATTRIBUTES END*/
Third: Go to your magento back-end admin to System ----> Configuration ----> On the left category Menu FONTIS EXTENTIONS ----> wysiwyg editor
On the properties in the Editable Areas section select all the attributes plus your_attribute and save.
You should be good then. Go to your Product to the attribute and you should have the editor.
Good luck!
Signature
Never give up… and never surrender. -Commander Peter Quincy