plugin.tx_fsmediagallery {
	view {
		# cat=plugin.tx_fsmediagallery/file; type=string; label=Path to template root (FE)
		templateRootPath = EXT:fs_media_gallery/Resources/Private/Templates/
		# cat=plugin.tx_fsmediagallery/file; type=string; label=Path to template partials (FE)
		partialRootPath = EXT:fs_media_gallery/Resources/Private/Partials/
		# cat=plugin.tx_fsmediagallery/file; type=string; label=Path to template layouts (FE)
		layoutRootPath = EXT:fs_media_gallery/Resources/Private/Layouts/
	}
	persistence {
		# cat=plugin.tx_fsmediagallery//a; type=string; label=Default storage PID: Comma separated list of pages/sysfolders which hold the album records
		storagePid =
		# cat=plugin.tx_fsmediagallery//b; type=options[0 levels (only selected page)=0,1 level=1,2 levels=2,3 levels=3,4levels=4,Infinite=250]; label=Recursion level: Recursion level of the storage PID. Default: 0 levels (only selected page)
		recursive = 0
	}
	settings {
		# cat=plugin.tx_fsmediagallery//c; type=string; label=Allowed Overwrite Fields: Comma separated list of settings which are allowed to be set by TypoScript
		overrideFlexformSettingsIfEmpty = list.pagination.itemsPerPage,list.thumb.width,list.thumb.height,list.thumb.resizeMode,list.thumb.random,list.hideEmptyAlbums,list.orderBy,list.orderDirection,album.pagination.itemsPerPage,album.assets.orderBy,album.assets.orderDirection,album.thumb.width,album.thumb.height,album.thumb.resizeMode,album.lightbox.enable,album.lightbox.styleClass,album.displayTitle,album.lightbox.relPrefix,detail.asset.width,detail.asset.height,detail.asset.resizeMode,random.thumb.width,random.thumb.height,random.thumb.resizeMode
		# cat=plugin.tx_fsmediagallery//d; type=string; label=Allowed Asset MimeTypes: Comma separated list of mime types (if empty, all files are included)
		allowedAssetMimeTypes = image/jpeg, image/png, image/gif, video/youtube, video/vimeo
		# cat=plugin.tx_fsmediagallery//e; type=int; label=Target page uid for random view
		targetPid =
	}
}
