plugin.tx_filelist { view { templateRootPaths { 0 = EXT:file_list/Resources/Private/Templates/ 1 = {$plugin.tx_filelist.view.templateRootPath} } partialRootPaths { 0 = EXT:file_list/Resources/Private/Partials/ 1 = {$plugin.tx_filelist.view.partialRootPath} } layoutRootPaths { 0 = EXT:file_list/Resources/Private/Layouts/ 1 = {$plugin.tx_filelist.view.layoutRootPath} } } settings { # Base root directory (path must be within this directory). E.g., "file:1:/path/to/some-dir/" root = dateFormat = {$plugin.tx_filelist.settings.dateFormat} fileIconRootPath = {$plugin.tx_filelist.settings.fileIconRootPath} ### Extension <-> Icon mapping # You should create an icon with the name of your category if you create other categories extension.category.archive = bz2, gz, rar, tar, zip extension.category.document = doc, docx, pdf, pps, ppt, pptx, xls, xlsx extension.category.flash = fla, swf extension.category.image = ai, bmp, draw, gif, jpg, jpeg, png, psd, tif, tiff extension.category.sound = m4a, mid, midi, mp3, mp4, wav extension.category.source = php, htm, html, inc, phtml extension.category.video = mpg, mpeg, wmv # Remapping takes place if a dedicated icon cannot be found, before falling back to the category icon extension.remap.docx = doc extension.remap.htm = html extension.remap.midi = mid extension.remap.phtml = html extension.remap.pptx = ppt extension.remap.tiff = tif extension.remap.xlsx = xls } } plugin.tx_filelist_pi1 { templateFile = EXT:file_list/Resources/Private/Templates/template_pi1.html # Base root directory (path must be within this directory, either absolute or relative to site root) root = fileadmin/ # Icon skin for file extensions and categories iconsPathFiles = EXT:file_list/Resources/Public/Icons/Files/ # Icon skin for folders iconsPathFolders = EXT:file_list/Resources/Public/Icons/Folders/ # Icon skin for sorting arrows iconsPathSorting = EXT:file_list/Resources/Public/Icons/Sorting/ # Perl compatible regular expression for file names which shouldn't be displayed ignoreFileNamePattern = /^(\..*|thumbs\.db)$/i # Perl compatible regular expression for folder names which shouldn't be displayed ignoreFolderNamePattern = /^(\..*|CVS)$/i ### Extension <-> Icon mapping # You should create an icon with the name of your category if you create other categories extension.category.archive = bz2, gz, rar, tar, zip extension.category.document = doc, docx, pdf, pps, ppt, pptx, xls, xlsx extension.category.flash = fla, swf extension.category.image = ai, bmp, draw, gif, jpg, jpeg, png, psd, tif, tiff extension.category.sound = m4a, mid, midi, mp3, mp4, wav extension.category.source = php, htm, html, inc, phtml extension.category.video = mpg, mpeg, wmv # Remapping takes place if a dedicated icon cannot be found, before falling back to the category icon extension.remap.docx = doc extension.remap.htm = html extension.remap.midi = mid extension.remap.phtml = html extension.remap.pptx = ppt extension.remap.tiff = tif extension.remap.xlsx = xls ### Default CSS styles for the file_list standard template: EXT:file_list/Resources/Private/Templates/template_pi1.html _CSS_DEFAULT_STYLE ( table.tx-filelist-pi1-table th { text-align: left; padding-left: 3px; padding-right: 3px; } table.tx-filelist-pi1-table td { padding-left: 3px; padding-right: 3px; } .tx-filelist-pi1-icon { width: 30px; } td.tx-filelist-pi1-info, td.tx-filelist-pi1-date { font-size: smaller; } span.tx-filelist-pi1-newFile { font-size: smaller; font-style: italic; color: red; } ) }