Hello, I am creating an enumeration, and I noticed there's an option to add images to its values. I’ve added relevant images to the enum values, but when I use the enum on a page, the images are not visible. I’m unable to figure out how to display them correctly.I know another option is to use static images and control their visibility based on the enum values, but I’d like to understand why the image option is available in enums and how to use it properly.