I created file upload section
header.custom.portsPositionFile:
type: file
destination: 'user/themes/hlg/uploads'
label: Select file with port position list
accept:
- .pdf
Now I want to display it inside my link
<a href="{{ header.custom.portsPositionFile }}">my link</a>
this return me empty array. How Can I display link to uploaded file?