Panel - is it possible to customize the blocks -> image panel?

Hello everyone!
I’m trying to make a field of ‘images and videos’ so that the user could upload a gallery of multiple images and videos and also set the order. Therefore I thought that the blocks field would be a good solution.
I was wondering if there is a way to edit the image panel so it will show only the file tab without the other tabs (location, alt text, caption, link, ratio etc.).
Thanks in advance!
this is my blueprint:

  gallery: 
    type: fields
    fields: 
      media: 
        type: blocks
        fieldsets:
            - image
            - video

You can create your own block types: Blocks | Kirby CMS

1 Like

For the image, you can simply overwrite the blocks/image.yml file with a /site/blocks/image.ymlfile. Remove the fields you don’t need and modify the conditions.

You can find the original here:

I went with the custom block types!
Thanks for the help :slight_smile: