
plugin.tx_sgcontact_pi1 {
	view {
      templateRootPaths{
          0 = EXT:sg_contact/Resources/Private/Templates/
          1 = {$plugin.tx_sgcontact_pi1.view.templateRootPath}
      }
      partialRootPaths{
          0 = EXT:sg_contact/Resources/Private/Partials/
          1 = {$plugin.tx_sgcontact_pi1.view.partialRootPath}
      }
      layoutRootPaths{
          0 = EXT:sg_contact/Resources/Private/Layouts/
          1 = {$plugin.tx_sgcontact_pi1.view.layoutRootPath}
      }
  }
	persistence {
		storagePid = {$plugin.tx_sgcontact_pi1.persistence.storagePid}
	}
}

plugin.tx_sgcontact_pi2 {
	view {
		templateRootPaths{
			0 = EXT:sg_contact/Resources/Private/Templates/
			1 = {$plugin.tx_sgcontact_pi1.view.templateRootPath}
		}
		partialRootPaths{
			0 = EXT:sg_contact/Resources/Private/Partials/
			1 = {$plugin.tx_sgcontact_pi1.view.partialRootPath}
		}
		layoutRootPaths{
			0 = EXT:sg_contact/Resources/Private/Layouts/
			1 = {$plugin.tx_sgcontact_pi1.view.layoutRootPath}
		}
	}
	persistence {
		storagePid = {$plugin.tx_sgcontact_pi1.persistence.storagePid}
	}
}


 # Module configuration
module.tx_sgcontact{
	persistence {
		storagePid = {$plugin.tx_sgcontact_pi1.persistence.storagePid}
	}
}
module.tx_sgcontact_pi2{
	persistence {
		storagePid = {$plugin.tx_sgcontact_pi1.persistence.storagePid}
	}
}
module.tx_sgcontact_web_sgcontactcontact {
	persistence {
		storagePid = {$plugin.tx_sgcontact_pi1.persistence.storagePid}
	}
	view {
		templateRootPaths.0 = {$module.tx_sgcontact_contact.view.templateRootPath}
		partialRootPaths.0 = {$module.tx_sgcontact_contact.view.partialRootPath}
		layoutRootPaths.0 = {$module.tx_sgcontact_contact.view.layoutRootPath}
	}
}
