I’ve seen some other posts about this (like this one), but for me this still doesn’t seem to work. If I’m honest, even after doing a couple of sites in Kirby 3, the whole files-system is completely abracadabra for me.
I have this blueprint in pages:
main_image:
label: Main Image
type: files
multiple: false
layout: cards
empty: Select image
template: image
And this is the blueprint in files (called image.yml):
fields:
info:
label: Title
type: text
copy:
label: Credits
type: text
But when clicking the image in panel I get:
This page has no blueprint setup yet
What can I do?