Add text editor to property's value textbox
ducnguyenhuy-agilityio opened this issue · 1 comments
ducnguyenhuy-agilityio commented
I have a few product properties (details, how to use, key Ingredients, about the brand...) with long text. So I want to add text editor to product property's value textbox. How could I do that?
Thanks.
alepore commented
Have you tried matching the field id? like product_product_properties_attributes_0_value
product_product_properties_attributes_1_value
etc?