###################
# plugin.tx_mailing
###################

plugin.tx_mailing {
	view {
		templateRootPaths.0 = {$plugin.tx_mailing.view.templateRootPath}
		partialRootPaths.0 = {$plugin.tx_mailing.view.partialRootPath}
		layoutRootPaths.0 = {$plugin.tx_mailing.view.layoutRootPath}
	}

	settings {
		selectionContentType = fe_users

		# Notice the possibles values::
		#
		# "*", means every authenticated User can send email. (default)
		# "1,2", means every User belonging of Frontend Groups 1 and 2 are allowed.
		# no value, everybody can send email. No authentication is required. Caution!!
		allowedFrontendGroups = *
	}
}
