Is there a shortcut on the accept parameter rather then having to list out mime types?
Id like to do something like:
accept: images
And just have it know the mime types for all kinds of images, but still maintain the ability to fine tune with mime types. I looked in the docs but doesn’t seem like there is one.
… and googling the mime types…which is what i was trying to avoid. Given that kirby supports a finite set of file types for each kind of document, it would make sense to just able to do accepts: documents, but still have the ability to limit to to just word docs for example, via the mime types.