I am looking for a solution on how I can link to a document via a content node.
So to explain this, I have a Section Page in the content nodes, this Section Page displays the links to all the pages that are children of this Section Page. However, I want to change the page to not only display child pages but to display a link to a document
-- Main
--- Section Page (this page displays all child pages)
You might want to look into the Multi-Url picker. You could either add the code to render it after you loop through the subpages (if the media is always at the end) or you can use it to pick all of the links manually.
its either a package or built-in depending on which version you're using.
Display a Link to Child Document
Hello,
I am looking for a solution on how I can link to a document via a content node.
So to explain this, I have a Section Page in the content nodes, this Section Page displays the links to all the pages that are children of this Section Page. However, I want to change the page to not only display child pages but to display a link to a document
I hope this makes sense.
You might want to look into the Multi-Url picker. You could either add the code to render it after you loop through the subpages (if the media is always at the end) or you can use it to pick all of the links manually.
its either a package or built-in depending on which version you're using.
Built in docs: https://our.umbraco.com/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Multi-Url-Picker/
Package: https://our.umbraco.com/packages/backoffice-extensions/multi-url-picker/
is working on a reply...