Hey all, have been finding these forum extremely useful as I learn Kirby, but I am at a frustrating loss when navigating the difference between fields and sections. All i want is on the right side of this blueprint for there to be a field where images are uploaded and one where the editor can choose a featured image out of the ones that have been uploaded. With my current code i can do such but the upload files field doesn’t show up, I don’t understand the way fields and sections are supposed to be mixed together
title: Project
columns:
# Year and description text
main:
width: 2/3
sections:
content:
type: fields
fields:
year:
label: Year
type: text
text:
label: Text
type: textarea
sidebar:
width: 1/3
fields:
# select featured image in home page
featured:
type: files
headline: Featured Image
# upload images
sections:
files:
type: fields
fields:
type: files
headline: Files