Drupal 8 port of Filetree module.
When enabled, allows more than one folder to be open at the same time. Enabled by default.
Example: [filetree dir="some-directory" multi="false"]
When enabled, adds links to expand and collapse all levels of the tree. Enabled by default. Automatically disabled if "multi" is true.
Example: [filetree dir="some-directory" controls="false"]
When enabled, formats links to files with absolute URLs. Enabled by default.
Example: [filetree dir="some-directory" absolute="false"]
When defined, display only filenames without extensions.
Example: [filetree dir="some-directory" extensions="false"]
When enabled, folders will expand and collapse with a fast animation. Set to false if large file trees are causing slow hang-ups. Enabled by default.
Example: [filetree dir="some-directory" animation="false"]
When set to desc
, files sort in reverse order. asc
by default.
Example: [filetree dir="some-directory" sortorder="desc"]