From b7a7e5a3162c9af561a1eeed85d3d4d818670279 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 17 Jun 2024 11:03:57 +0200 Subject: [PATCH] fix: notification message highlight --- frappe/email/doctype/notification/notification.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frappe/email/doctype/notification/notification.json b/frappe/email/doctype/notification/notification.json index 83187d8c33..b50c8d8468 100644 --- a/frappe/email/doctype/notification/notification.json +++ b/frappe/email/doctype/notification/notification.json @@ -231,7 +231,8 @@ "fieldname": "message", "fieldtype": "Code", "ignore_xss_filter": 1, - "label": "Message" + "label": "Message", + "options": "Jinja" }, { "fieldname": "message_examples", @@ -291,7 +292,7 @@ "icon": "fa fa-envelope", "index_web_pages_for_search": 1, "links": [], - "modified": "2024-03-23 16:03:31.519921", + "modified": "2024-06-17 04:03:22.591781", "modified_by": "Administrator", "module": "Email", "name": "Notification", @@ -314,4 +315,4 @@ "states": [], "title_field": "subject", "track_changes": 1 -} \ No newline at end of file +}