
plugin.tx_sgcontact_pi1{
	view {
		# cat=plugin.tx_sgcontact/file; type=string; label=Path to template root (FE)
		templateRootPath = EXT:sg_contact/Resources/Private/Templates/
		# cat=plugin.tx_sgcontact/file; type=string; label=Path to template partials (FE)
		partialRootPath = EXT:sg_contact/Resources/Private/Partials/
		# cat=plugin.tx_sgcontact/file; type=string; label=Path to template layouts (FE)
		layoutRootPath = EXT:sg_contact/Resources/Private/Layouts/
	}


	persistence {
		# cat=plugin.tx_sgcontact//a; type=string; label=Default storage PID
		storagePid =
	}
}

module.tx_sgcontact_contact {
	view {
		# cat=module.tx_sgcontact_contact/file; type=string; label=Path to template root (BE)
		templateRootPath = EXT:sg_contact/Resources/Private/Backend/Templates/
		# cat=module.tx_sgcontact_contact/file; type=string; label=Path to template partials (BE)
		partialRootPath = EXT:sg_contact/Resources/Private/Backend/Partials/
		# cat=module.tx_sgcontact_contact/file; type=string; label=Path to template layouts (BE)
		layoutRootPath = EXT:sg_contact/Resources/Private/Backend/Layouts/
	}
}
