From bb8b032ed2cc29f0f09fcd2451c00999967060be Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 14 Oct 2020 20:35:02 +0530 Subject: [PATCH] feat: add description and video to onboarding step --- .../onboarding_step/onboarding_step.json | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/frappe/desk/doctype/onboarding_step/onboarding_step.json b/frappe/desk/doctype/onboarding_step/onboarding_step.json index 79d659b1ed..cabe49167e 100644 --- a/frappe/desk/doctype/onboarding_step/onboarding_step.json +++ b/frappe/desk/doctype/onboarding_step/onboarding_step.json @@ -11,6 +11,9 @@ "is_mandatory", "is_complete", "is_skipped", + "description_section", + "description", + "intro_video_url", "section_break_5", "action", "column_break_7", @@ -181,10 +184,26 @@ "fieldname": "show_full_form", "fieldtype": "Check", "label": "Show Full Form?" + }, + { + "description": "Description to inform the user about any action that is going to be performed", + "fieldname": "description_section", + "fieldtype": "Section Break", + "label": "Description" + }, + { + "fieldname": "description", + "fieldtype": "Markdown Editor", + "label": "Description" + }, + { + "fieldname": "intro_video_url", + "fieldtype": "Data", + "label": "Intro Video URL" } ], "links": [], - "modified": "2020-08-06 12:55:20.377679", + "modified": "2020-10-14 15:55:27.578883", "modified_by": "Administrator", "module": "Desk", "name": "Onboarding Step",