I’m getting files from another page via a query, so I can select them over the files button in a textarea:
text:
label: Text
type: textarea
files:
query: site.find("downloads").files
buttons:
- link
- email
- file
- ul
This works fine but in the textarea it only gives me (file: file.pdf). So it actually doesn’t find the file. Shouldn’t it give me (file: downloads/file.pdf) ? Or am I doing it wrong ?
Thanks a lot for tips !
(using Kirby 3.3.1)