Show parents files on childpage (PANEL)

Hey there, I’ve search the web for a few hours now, but I can’t find a solution.
Is there any possibility to show the parent’s files on the children?

Do you mean show files of the parent in the sidebar of the child pages? No, that’s not possible, at least not out-of-the-box. What do you want to do? Would a select field help?

Yeah, exactly. I have 5 different Images used again and again. Maybe an options field should do the trick…

Thanks so far:)

Yes, exactly, you can use a select field like this.

fields:
  myimage:
    label: Image
    type: select 
    options: query
    query:
      page: ../
      fetch: files
      value: '{{filename}}'
      text: '{{filename}}'