plugin.tx_mailing {
	view {
		# cat=plugin.tx_mailing/file; type=string; label=Path to template root (FE)
		templateRootPath = EXT:mailing/Resources/Private/Templates/
		# cat=plugin.tx_mailing/file; type=string; label=Path to template partials (FE)
		partialRootPath = EXT:mailing/Resources/Private/Partials/
		# cat=plugin.tx_mailing/file; type=string; label=Path to template layouts (FE)
		layoutRootPath = EXT:mailing/Resources/Private/Layouts/
	}
	persistence {
		# cat=plugin.tx_mailing//a; type=string; label=Default storage PID
		# storagePid =
	}
	settings {
	}
}
