venkataakhil
1 year ago
4 changed files with 109 additions and 157 deletions
@ -1,64 +0,0 @@ |
|||
{ |
|||
"actions": [], |
|||
"allow_rename": 1, |
|||
"creation": "2023-09-21 17:56:22.177272", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"step_name", |
|||
"content_type", |
|||
"title", |
|||
"content", |
|||
"attach_file" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "step_name", |
|||
"fieldtype": "Data", |
|||
"in_list_view": 1, |
|||
"label": "Step Name" |
|||
}, |
|||
{ |
|||
"fieldname": "content_type", |
|||
"fieldtype": "Select", |
|||
"in_list_view": 1, |
|||
"label": "Content Type", |
|||
"options": "Heading\nDescription\nCaution\nWarning\nNotice\nImage\nVideo\nPDF", |
|||
"read_only_depends_on": "// eval:doc.content_type == 'PDF'", |
|||
"set_only_once": 1 |
|||
}, |
|||
{ |
|||
"fieldname": "content", |
|||
"fieldtype": "Small Text", |
|||
"in_list_view": 1, |
|||
"label": "Content", |
|||
"read_only_depends_on": "// eval:doc.content_type=='Image'" |
|||
}, |
|||
{ |
|||
"depends_on": "// eval:doc.content_type == 'Image'", |
|||
"fieldname": "attach_file", |
|||
"fieldtype": "Attach", |
|||
"in_list_view": 1, |
|||
"label": "Attach File", |
|||
"read_only_depends_on": "// eval:doc.content_type =='Heading';" |
|||
}, |
|||
{ |
|||
"fieldname": "title", |
|||
"fieldtype": "Data", |
|||
"in_list_view": 1, |
|||
"label": "Title" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"istable": 1, |
|||
"links": [], |
|||
"modified": "2023-10-05 17:29:43.636314", |
|||
"modified_by": "Administrator", |
|||
"module": "Phase-2", |
|||
"name": "Instructions", |
|||
"owner": "Administrator", |
|||
"permissions": [], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC" |
|||
} |
Loading…
Reference in new issue