Retrieving Asset
If you have a single asset, or image in this case, you’d like to display. You must set themax_files = 1. This way you can retrieve the image through. If you don’t set a max_files then you must retrieve it using the array method.
Retrieving multiple images (array)
Allow only certain file types
Go toValidation and add: mimes:jpg,jpeg,png,webp
For example you’d like only .zip files. You can write mimes:zip