mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add additional Telegram HTML tags
This commit is contained in:
parent
32ef43fe6e
commit
6d092b4984
2 changed files with 13 additions and 7 deletions
|
@ -3963,7 +3963,9 @@ class TELEGRAM(Notifier):
|
|||
{'label': 'Enable HTML Support',
|
||||
'value': self.config['html_support'],
|
||||
'name': 'telegram_html_support',
|
||||
'description': 'Style your messages using these HTML tags: b, i, a[href], code, pre.',
|
||||
'description': 'Enable to style your messages using these HTML tags:<br>'
|
||||
'b, strong, i, em, u, ins, s, strike, del, span[class], '
|
||||
'tg-spoiler, a[href], code[class], pre',
|
||||
'input_type': 'checkbox'
|
||||
},
|
||||
{'label': 'Disable Web Page Previews',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue