
Display image from collection
I am probably overlooking something... How do I display an Image from a collection in the UI Builder? I have a model 'featured_images' that has an Image property. Now I want to add the latest image that the model contains to the front page. I have a collection of the 'featured_images' model ordered and limited by 1 so I only have the latest image. When I add an Image object I can set the value to a variable. But how do I get the image?
Thanks,
Marc
I am probably overlooking something... How do I display an Image from a collection in the UI Builder? I have a model 'featured_images' that has an Image property. Now I want to add the latest image that the model contains to the front page. I have a collection of the 'featured_images' model ordered and limited by 1 so I only have the latest image. When I add an Image object I can set the value to a variable. But how do I get the image?
Thanks,
Marc
Login to reply