Alerting: Update in app documentation for customizing message and subject (#70367)

This commit is contained in:
George Robinson 2023-06-20 11:20:01 +01:00 committed by GitHub
parent d529636bc3
commit a1cb7319d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,7 @@ func GetAvailableNotifiers() []*NotifierPlugin {
},
{ // New in 8.0.
Label: "Message",
Description: "Optional message to include with the email. You can use template variables",
Description: "Optional message. You can use templates to customize this field. Using a custom message will replace the default message",
Element: ElementTypeTextArea,
PropertyName: "message",
},
@ -270,7 +270,7 @@ func GetAvailableNotifiers() []*NotifierPlugin {
Label: "Subject",
Element: ElementTypeInput,
InputType: InputTypeText,
Description: "Templated subject of the email",
Description: "Optional subject. You can use templates to customize this field",
PropertyName: "subject",
Placeholder: alertingTemplates.DefaultMessageTitleEmbed,
},