Client is asking me how to link to a pdf.
I can't quite work out the url to use.
Should we create a mini web app for this purpose while Media Downloads module gets created?
Discussion
CMS PDF Downloads
PDF Downloads
Where am I?
In Siteglide Community Forum you can ask and answer questions and share your experience with others!
Anything in the documents folder can be references via the standard asset URL link.
So outputting
<pre>{{'documents/file-name.pdf' | asset_url}}</pre>
onto a page will show the URL to the PDFAlternatively you can reference them using
/assets/documents/path-to-file/file-name.pdf
if you would like to keep your custom domainNote: Custom domain linking will not work if the file has spaces in its name