pixelant/pxa-fal-file-list

Show folder files list.

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

v1.1.0 2021-11-04 07:53 UTC

This package is auto-updated.

Last update: 2024-04-04 13:24:40 UTC


README

Extension key - "pxa_fal_file_list"

Show folder files list on FE

Simple extension that allow to choose folder in plugin settings and list files on FE.

How to use it

  • Install extension in extension manager
  • Include static TS template
  • Insert plugin "Files list" on content page

Plugin settings

  • Folder
  • Sorting field
  • Sorting direction
  • New for duration of days (How many days file is marked as new)

Typoscript configuration

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
    }
}