plugin.tx_flexslider {
	view {
		# cat=plugin.tx_flexslider/file; type=string; label=Path to template root (FE)
		templateRootPath = EXT:flexslider/Resources/Private/Templates/
		# cat=plugin.tx_flexslider/file; type=string; label=Path to template partials (FE)
		partialRootPath = EXT:flexslider/Resources/Private/Partials/
		# cat=plugin.tx_flexslider/file; type=string; label=Path to template layouts (FE)
		layoutRootPath = EXT:flexslider/Resources/Private/Layouts/
	}
	persistence {
		# cat=plugin.tx_flexslider//a; type=string; label=Default storage PID
		storagePid = 
	}
	settings {
		# String: File reference to the FlexSlider's Css file - empty this value if you want to include this at your own
		css = EXT:flexslider/Resources/Public/Css/flexslider.css
 		lib {
 			# String: File reference to alternative jQuery library if EXT t3jquery is not in use
 			jQuery = EXT:flexslider/Resources/Public/Js/jquery-min.js
 			# String: File reference to flexslider library
 			flexslider = EXT:flexslider/Resources/Public/Js/jquery.flexslider-min.js
 			# Bool: Flag to define whether the script shoul be moved to the footer or not
 			moveToFooter = 0
 		}
	}
}