All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.notification-module.xml Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
<?xml version="1.0"?>
<!-- Master notification module configuration -->
<module name="notification" description="$m{notification.module}"
	shortCode="NOT" label="$m{notification.label}">
	<!-- Applications -->
	<applications>
		<application name="notification"
			shortDescription="$m{notification.short.description}"
			longDescription="$m{notification.long.description}" autoInstall="true"
			configFile="apps/notification-application.xml" />
	</applications>

	<!-- System Parameters -->
	<sysParameters>
		<sysParameter code="NOT-0001" defaultVal="false"
			description="$m{notification.sysparam.notificationenabled}"
			editor="!ui-select list:booleanlist" type="boolean" control="true"
			editable="true" />
		<sysParameter code="NOT-0002" defaultVal="15"
			description="$m{notification.sysparam.notificationmaximumtries}"
			editor="!ui-integer precision:2" type="number" editable="true" />
		<sysParameter code="NOT-0003" defaultVal="1"
			description="$m{notification.sysparam.notificationretryminutes}"
			editor="!ui-integer precision:2" type="number" editable="true" />
		<sysParameter code="NOT-0004" defaultVal="20"
			description="$m{notification.sysparam.notificationmaxbatchsize}"
			editor="!ui-integer precision:2" type="number" editable="true" />
		<sysParameter code="NOT-0005" defaultVal="false"
			description="$m{notification.sysparam.notificationtestmodeenabled}"
			editor="!ui-select list:booleanlist" type="boolean" control="true"
			editable="true" />
		<sysParameter code="NOT-0006" defaultVal=""
			description="$m{notification.sysparam.notificationtestmodeetoemail}"
			editor="!ui-textarea" type="string" editable="true" />
		<sysParameter code="NOT-0007" defaultVal=""
			description="$m{notification.sysparam.notificationtestmodeeccemail}"
			editor="!ui-textarea" type="string" editable="true" />
		<sysParameter code="NOT-0008" defaultVal=""
			description="$m{notification.sysparam.notificationtestmodeebccemail}"
			editor="!ui-textarea" type="string" editable="true" />
		<sysParameter code="NOT-0009" defaultVal="false"
			description="$m{notification.sysparam.notificationhtmlemailenabled}"
			editor="!ui-select list:booleanlist" type="boolean" control="true"
			editable="true" />
	</sysParameters>
</module>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy