Custom field images on scoreboards

It is now possible to render custom field images, such as rider photos, on the scoreboards using the new Image component.
Scoreboard with photo


To set this up, you will first need to have a custom field of Image type, which is available for people and horses
Show settings - Custom fields


This will then let you upload an image on a person/horse
Person - Custom fields image upload


And last but not least, the Image component must be added to a scoreboard scene and configured to use the custom field as its source. In the example above an image field named photo was added to people, so to access this image for the rider we need to specify the source as rider_custom_fields.photo
Basic Image component configuration