I have a gallery of images that I’m looping through and I just added another image file (mobilehero:) that I want to keep seperate from this gallery - Currently it is being rendered through the foreach loop
columns:
left:
width: 1/2
sections:
gallery:
type: files
layout: cards
image:
cover: true
ratio: 1/1
right:
width: 1/2
sections:
content:
type: fields
fields:
mobilehero:
type: files
max: 1
label: Mobile Hero Placeholder
<?php foreach ($page->images()->sortBy('sort') as $image): ?>
<?php endforeach ?>