Adding Images to Color Options in AtroPIM Lists

Hello!

I’d like to ask if, in the options for lists (for example, for colors), it’s possible to upload not only a color code but also an image.

This feature would be very useful to manage visual swatches in e-commerce stores and enhance product presentation.

Thanks in advance for your support!

Not out of the box. But you can achieve it via custom configuration:
Create a new Entity of type Base, where you are going to manage all the needed options with images.
Add new Field of type File, where you will be storing your option images.
Add as records to this entity all the needed options with images.
Create an new attribute of type “Link”, which you link to that new entity.
Use this attribute wherever you need it.
You may want to add it to the “Classifications” section.
:slight_smile: