Hello,
I’m having an attributes named ‘option’ which is a check-boxes list with multiples options possible. I’m rendering it on the details of a listing but it’s rendered as a single HTML element and all the values are separated by a ‘, ‘.
My problem is that I want to render it as multiple html element and add some class and CSS on it. Is there a way to modify this display through a snipped or modifying some files ?
Thanks in advance