Page properties image path from listChildren loop
How can I get the url of a page image when looping through the children using sightly?
Here is what I have been trying with no success:
<div data-sly-list.subChild="${child.listChildren}">
<img src="${subChild.image.properties.fileReference}">
</div>
Thanks!
