fix(ux): add description for jinja support

This commit is contained in:
Hussain Nagaria 2023-05-21 15:44:03 +05:30
parent cf49369d14
commit cb1dce5ef5

View file

@ -129,6 +129,7 @@
},
{
"depends_on": "eval: doc.request_structure == \"JSON\"",
"description": "To add dynamic values from the document, use jinja tags like\n\n<div>\n<pre><code>{ \"id\": \"{{ doc.name }}\" }</code>\n</pre>\n</div>",
"fieldname": "webhook_json",
"fieldtype": "Code",
"label": "JSON Request Body"