Alerting: Add placeholder to the Email Contact Point Message (#84064)

This commit is contained in:
Pepe Cano 2024-03-21 18:03:12 +01:00 committed by GitHub
parent 47421febf8
commit 2d6586952d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -267,6 +267,7 @@ func GetAvailableNotifiers() []*NotifierPlugin {
Description: "Optional message. You can use templates to customize this field. Using a custom message will replace the default message",
Element: ElementTypeTextArea,
PropertyName: "message",
Placeholder: alertingTemplates.DefaultMessageEmbed,
},
{ // New in 9.0.
Label: "Subject",