Updates the configuration of the filelist collection. A foreach loop can be used to iterate the files in the list. This method has no output.
<@ filelist { options } @>
Options
- glob String
- The glob pattern of the files to be included in the filelist. Multiple patterns can be concatenated by a comma. The default is
"*.jpg, *.jpeg, *.png, *.gif, *.webp". - sort "asc"|"desc"
- The sort order of the filelist. All files get sorted by the full path. Possible values are
"asc"and"desc". The default is"asc".