Show folder files list on FE
Simple extension that allow to choose folder in plugin settings and list files on FE.
- Install extension in extension manager
- Include static TS template
- Insert plugin "Files list" on content page
- Folder
- Sorting field
- Sorting direction
- New for duration of days (How many days file is marked as new)
If extension fal_securedownload
is installed, it is possible to enable file group check for frontend file listing by setting enableFileGroupCheck = 1
.
plugin.tx_pxafalfilelist {
settings {
# Requires extension fal_securedownload
enableFileGroupCheck = 1
}
}