From cb1dce5ef547568f9dff81a4e1ebd56e6ba4eba3 Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Sun, 21 May 2023 15:44:03 +0530 Subject: [PATCH] fix(ux): add description for jinja support --- frappe/integrations/doctype/webhook/webhook.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/integrations/doctype/webhook/webhook.json b/frappe/integrations/doctype/webhook/webhook.json index c52cdb1894..f8106eddb9 100644 --- a/frappe/integrations/doctype/webhook/webhook.json +++ b/frappe/integrations/doctype/webhook/webhook.json @@ -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
\n
{ \"id\": \"{{ doc.name }}\" }\n
\n
", "fieldname": "webhook_json", "fieldtype": "Code", "label": "JSON Request Body"