feat: first document and include name field check in form tour
This commit is contained in:
parent
5cfe3ad946
commit
8ad52df6a4
1 changed files with 22 additions and 2 deletions
|
|
@ -9,8 +9,11 @@
|
|||
"title",
|
||||
"reference_doctype",
|
||||
"module",
|
||||
"column_break_6",
|
||||
"is_standard",
|
||||
"save_on_complete",
|
||||
"first_document",
|
||||
"include_name_field",
|
||||
"section_break_3",
|
||||
"steps"
|
||||
],
|
||||
|
|
@ -62,11 +65,28 @@
|
|||
"label": "Module",
|
||||
"options": "Module Def",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "column_break_6",
|
||||
"fieldtype": "Column Break"
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
"fieldname": "first_document",
|
||||
"fieldtype": "Check",
|
||||
"label": "Show First Document Tour"
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
"depends_on": "eval:!doc.first_document",
|
||||
"fieldname": "include_name_field",
|
||||
"fieldtype": "Check",
|
||||
"label": "Include Name Field"
|
||||
}
|
||||
],
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2021-06-06 20:32:54.068774",
|
||||
"modified": "2021-11-24 10:12:23.365136",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Desk",
|
||||
"name": "Form Tour",
|
||||
|
|
@ -88,4 +108,4 @@
|
|||
"sort_field": "modified",
|
||||
"sort_order": "DESC",
|
||||
"track_changes": 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue