module.tx_sgjobs {
	settings < plugin.tx_sgjobs.settings
	persistence < plugin.tx_sgjobs.persistence
	view < plugin.tx_sgjobs.view
	view {
		# cat=plugin.tx_sgjobs/file; type=string; label=Path to template root (FE)
		templateRootPaths {
			10 = EXT:sg_jobs/Resources/Private/Backend/Templates/
		}

		# cat=plugin.tx_sgjobs/file; type=string; label=Path to template partials (FE)
		partialRootPaths {
			10 = EXT:sg_jobs/Resources/Private/Backend/Partials/
		}

		# cat=plugin.tx_sgjobs/file; type=string; label=Path to template layouts (FE)
		layoutRootPaths {
			10 = EXT:sg_jobs/Resources/Private/Backend/Layouts/
		}
	}
}