Hi there,
I’m trying to update a website from kirby 3 to 4 and ran into a weird situation with a structure-field.
Everytime I try to insert a record in this structure:
trainer:
label: Trainer
type: structure
style: table
fields:
trainerbild:
label: Trainerbild
type: blocks
default: image
fieldsets:
- image
trainername:
label: Name
type: text
trainerbeschreibung:
label: Graduierung & Co
type: textarea
… this is rendered:
The page is in draft mode and has no content so far.
Furthermore: I want to restrict the image input to only one image. How can I achieve that?
It was easy with the former image-field …
Thank you for your help!