How to use images in kirby builder?

using type: image as I’ve seen in an example somewhere does result in an error: ‘The field type “image” does not exist’, which makes sense since kriby manages images separately.

Any suggestions appreciated.

There use to be a field type image in Kirby 2, a similar field type in Kirby 3 is the files field (if you are looking for a field that has only files). You can limit what sort of files you want via a file blueprint using the accept option.

Thanks a lot! That’s what I was looking for.