Fix the explanation of `types` and `states` for user objects

refs #6068
This commit is contained in:
Max Rosin 2018-02-05 00:55:33 +01:00 committed by Michael Friedrich
parent b5294a4ac4
commit eb8bb927ca
1 changed files with 2 additions and 2 deletions

View File

@ -1739,8 +1739,8 @@ Configuration Attributes:
groups | Array of object names | **Optional.** An array of group names.
enable\_notifications | Boolean | **Optional.** Whether notifications are enabled for this user.
period | Object name | **Optional.** The name of a time period which determines when a notification for this user should be triggered. Not set by default.
types | Array | **Optional.** A set of type filters when this notification should be triggered. By default everything is matched.
states | Array | **Optional.** A set of state filters when this notification should be triggered. By default everything is matched.
types | Array | **Optional.** A set of type filters when a notification for this user should be triggered. By default everything is matched.
states | Array | **Optional.** A set of state filters when a notification for this should be triggered. By default everything is matched.
Runtime Attributes: