I can’t seem to get a cover image to display on a post preview.
This is my individual post blueprint:
title: Project
num: date
columns:
- width: 1/3
sections:
projectIntro:
type: fields
fields:
heroImage:
type: files
label: Hero Image
query: site.images
empty: No file selected yet.
multiple: false
layout: cards
image:
cover: true
uploads:
parent: site
projectIntro:
type: text
label: Project Intro
And this is the blueprint I’m using to display Published entries:
- width: 2/3
sections:
listed:
extends: sections/projects
headline: Published
status: listed
layout: cards
image:
query: page.heroImage
cover: true
No matter what I seem to do, it just shows an icon on the panel for the post preview: