Kirby 3 panel: drag&drop on cover?

Hi, I’m creating a new version of my website with Kirby 3 and I’m digging into all the new features of the blueprint and I have a question.
I’ve created a field in order to choose one or several images for the Home page:

          covers:
            type: fields
            fields:
              covers:
                label: Covers
                type: files
                query: page.files

I can click on the field and choose my images but I can’t drag&drop images directly from the files to the field? How come?

Many thanks.

Nicolas

What can I answer? Because it doesn’t work like this.

Hello, I remember a drag&drop behavior with version 2.x. but maybe I’m misunderstanding something new with version 3 which is by the way amazing.
I’m really looking forward the 3.3 version with “Search and pagination in files, users, and pages fields”. This is great!

What can I answer? Because it doesn’t work like this.

Well, but how does it work then? :wink:

Nicolas

You have to select/upload the files like you wrote by clicking on “Add”. You can drag and drop files into a files section but not into a files field.