sebben Hi, thank you! Images can’t be uploaded directly to a block. But you can upload multiple images at once by dragging them onto the upload modal.
In a block you can use glob patterns instead of file names to select multiple images as follows:
*.png
Or to only select certain images by a prefix or similar you can use something like this:
gallery-*.png
This will select all images with a filename that starts with "gallery-".