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_id
of the your custom attribute from theeav_attribute
table - Open the table
catalog_eav_attribute
and search for the matchingattribute_id
from step 1 - Update the field
is_wysiwyg_enabled
to 1
Happy coding!