So you have created yourself a new text area attribute using something like the the Gauss Development.com method, and now you want to use a WYSIWIG editor to make updating your attribute easier… No problem, simply fire up your database in PHP MyAdmin, Sequel Pro (etc) and run through the following;
- Find the
attribute_idof the your custom attribute from theeav_attributetable - Open the table
catalog_eav_attributeand search for the matchingattribute_idfrom step 1 - Update the field
is_wysiwyg_enabledto 1
Happy coding!
