Hi there!
I created file upload section inside my admin area.
header.custom.portsPositionFile:
type: file
destination: 'user/themes/hlg/uploads'
label: Select file with port position list
accept:
- .pdf
Now I want to display url to this file inside standard html “a” tag. How to do that?