Information

notifications (Configuration)
TypeCorrade progressive configuration
KeyGroups→Group→Notifications
ValueA collection of notifications enabled for the managed group.
DescriptionThis key holds a collection of notifications for the managed group.
Default Value<Notification>group</Notification> (valid values: multiple keys for all available Corrade notifications).

Example

The following example enables group and local notifications for the current group:

<Notifications>
  <Notification>group</Notification>
  <Notification>local</Notification>
</Notifications>