mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Add message options for Telegram contact point (#74635)
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com>
This commit is contained in:
@@ -1539,6 +1539,40 @@ export const grafanaAlertNotifiersMock: NotifierDTO[] = [
|
||||
secure: false,
|
||||
dependsOn: '',
|
||||
},
|
||||
{
|
||||
element: 'checkbox',
|
||||
inputType: '',
|
||||
label: 'Disable Web Page Preview',
|
||||
description: 'Disables link previews for links in this message',
|
||||
placeholder: '',
|
||||
propertyName: 'disable_web_page_preview',
|
||||
selectOptions: null,
|
||||
showWhen: {
|
||||
field: '',
|
||||
is: '',
|
||||
},
|
||||
required: false,
|
||||
validationRule: '',
|
||||
secure: false,
|
||||
dependsOn: '',
|
||||
},
|
||||
{
|
||||
element: 'checkbox',
|
||||
inputType: '',
|
||||
label: 'Protect Content',
|
||||
description: 'Protects the contents of the sent message from forwarding and saving',
|
||||
placeholder: '',
|
||||
propertyName: 'protect_content',
|
||||
selectOptions: null,
|
||||
showWhen: {
|
||||
field: '',
|
||||
is: '',
|
||||
},
|
||||
required: false,
|
||||
validationRule: '',
|
||||
secure: false,
|
||||
dependsOn: '',
|
||||
},
|
||||
{
|
||||
element: 'checkbox',
|
||||
inputType: '',
|
||||
|
||||
Reference in New Issue
Block a user