Hi community 👋 Every now and then, we hear from our users wondering if it’s possible to spice up their Master Data Management (MDM) interface with something a little more visual. Recently, I worked with one of our members who wanted to mark one of the records in a group as having a special meaning, so that it would instantly stand out to data stewards. While the logic behind selecting this record was complex, the outcome boiled down to a simple boolean flag, like cmo_preferred_flag = {true | false}. However, displaying such an attribute on the screen isn’t exactly thrilling: In earlier versions, it was possible to load an image file to represent things like this, but it required customization that was tricky to maintain. Plus, it often got wiped out when regenerating the MDM project. In our current versions (14.5.x / 15.x), we’ve moved to SpringBoot, and for security reasons, loading external static content is no longer supported. So, can we solve this in a fun and practical way? The