Thanks for your help @texnixe. Yep I might go to sleep now! It’s was finally simple… But maybe it need an explaination on the Kirby doc on how to do it ? Or in the Cookbook.
Hm, it’s actually in the links I posted above, where would you expect this to be explained? Or do you mean the step from the field to the accept option in the blueprint? Yes, I guess we can make this clearer.
Sorry to wake this thread up again. I am struggling with disallowing only tiffs from upload. This is my complete file blueprint “work-image.yml”:
title: Work Image
accept:
mime: image/jpeg, image/png, image/webp, image/gif
minwidth: 500
minheight: 500
fields:
alt:
label: Work Title
type: text
help: Google likes this, so try to fill it out as often as possible.
Even though it should be correct my client can still upload tiffs which cant be properly displayed (and are sometimes even like 16bit files).