mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-20 16:51:10 +00:00
updated template with example jinja
This commit is contained in:
parent
d5349dcf4f
commit
dfe5ec6e94
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ const ConnectionForm = ({ connection = null, isOpen, onClose }) => {
|
|||
<Accordion.Panel>
|
||||
<Textarea
|
||||
placeholder={
|
||||
'Optional Jinja2 payload template (use variables from event payload)'
|
||||
'Optional Jinja2 template (ex: {"content": "Channel {{ channel_name }} just started streaming!"} )'
|
||||
}
|
||||
minRows={3}
|
||||
value={payloadTemplates[opt.value] || ''}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue