pathTpl
Last updated Mar 6th, 2021 | Page history | Improve this page | Report an issue
FileLister's pathTpl Chunk¶
This is the Chunk displayed with the &pathTpl property on the FileLister snippet.
Default Value¶
<a href="[[~[[*id]]]]?[[+navKey]]=[[+key]]">[[+dir]]</a>[[+separator]]
Available Placeholders¶
Name | Description |
---|---|
dir | The directory name. |
key | The generated hash key for navigation. |
navKey | The navKey being used for link generation. |
separator | The passed in separator between directories. |