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
	}

}
