...
- file list title: here you can input title of your file list.
- file list style here you can define style of your filelist. By default you have default style, which is defined in cms_filelist_style_default.html template in templates folder.
Of course it is possible to define own templates. you can do it by client setting. The setting you have to set looks like: type -> cms_filelist_style. name -> some name, this name displayed in configuration drop down, value -> is the name of new template, it must begin with cms_filelist_style prefix, the rest can free defined.
Example: cms_filelist_style_mynewdefaultstyle.html could be a valid name.
After creation of client setting you have to create and fill new template in style -> html with the name. - file list sort: in this setting you can set given sort criteria.
- sort order: you can define here sord order ascending or descending.
- include subdirectories: check this option if you want include subdirectories with the files.
- include metadata: check this option if you want include file meta data.
...