From fe63ded98c71c27197ee89b4e828e068a2692748 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Fri, 12 Mar 2021 05:02:57 +0000 Subject: [PATCH] Added svg field to the sketch to store the image of the sketch. --- community/lms/doctype/lms_sketch/lms_sketch.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/community/lms/doctype/lms_sketch/lms_sketch.json b/community/lms/doctype/lms_sketch/lms_sketch.json index a3a6d9f7..c236db10 100644 --- a/community/lms/doctype/lms_sketch/lms_sketch.json +++ b/community/lms/doctype/lms_sketch/lms_sketch.json @@ -8,7 +8,8 @@ "field_order": [ "title", "runtime", - "code" + "code", + "svg" ], "fields": [ { @@ -25,11 +26,17 @@ "fieldname": "code", "fieldtype": "Code", "label": "Code" + }, + { + "fieldname": "svg", + "fieldtype": "Code", + "label": "SVG", + "read_only": 1 } ], "index_web_pages_for_search": 1, "links": [], - "modified": "2021-03-09 16:34:12.200724", + "modified": "2021-03-12 08:42:56.671658", "modified_by": "Administrator", "module": "LMS", "name": "LMS Sketch",