From d31d07ed233aa4024dd6f4c246c81ef4283f5b85 Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Sun, 21 May 2023 15:44:33 +0530 Subject: [PATCH] fix(ux): set language to enable syntax highlighting JSON --- frappe/integrations/doctype/webhook/webhook.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frappe/integrations/doctype/webhook/webhook.json b/frappe/integrations/doctype/webhook/webhook.json index f8106eddb9..c4fc4f675d 100644 --- a/frappe/integrations/doctype/webhook/webhook.json +++ b/frappe/integrations/doctype/webhook/webhook.json @@ -132,7 +132,8 @@ "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" + "label": "JSON Request Body", + "options": "JSON" }, { "fieldname": "naming_series", @@ -209,7 +210,7 @@ "link_fieldname": "webhook" } ], - "modified": "2023-05-21 15:30:20.714582", + "modified": "2023-05-21 15:42:58.844826", "modified_by": "Administrator", "module": "Integrations", "name": "Webhook",