Hello.
I'm crafting a theme for CA 2.0 (dev/php8). And the code below generated a list of all the associated object representations when I was using v1.7
{{{<unit><unit relativeTo="ca_objects_x_object_representations" delimiter="">
<div class="widget-img-list-item"><a href="^ca_object_representations.media.original.url" data-lity><span class="img" style="background-image: url(^ca_object_representations.media.preview.url)"></span></a></div>
</unit></unit>}}}
I've also tried variants like below to no avail.
<unit relativeTo="ca_objects_x_object_representations">
<unit relativeTo="ca_object_representations" delimiter="">
When I put this into v2.0 it only ever generates the primary image.
To make matters weirder, when I put the representationViewer in place, nothing is displayed if there's more than one representation. Only objects with one representation generate an image that way. So weird, right?
I'm assuming I'm missing a setting somewhere but I was hoping someone could point me in the direction to sort this.
Thanks!