|
|
@ -24,13 +24,13 @@ |
|
|
|
"fieldtype": "Select", |
|
|
|
"in_list_view": 1, |
|
|
|
"label": "Content Type", |
|
|
|
"options": "Heading\nDescription\nCaution\nWarning\nImage\nVideo\nPDF", |
|
|
|
"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": "Data", |
|
|
|
"fieldtype": "Small Text", |
|
|
|
"in_list_view": 1, |
|
|
|
"label": "Content" |
|
|
|
}, |
|
|
@ -38,7 +38,8 @@ |
|
|
|
"fieldname": "attach_file", |
|
|
|
"fieldtype": "Attach", |
|
|
|
"in_list_view": 1, |
|
|
|
"label": "Attach File" |
|
|
|
"label": "Attach File", |
|
|
|
"read_only_depends_on": "// eval:doc.content_type =='Heading';" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"fieldname": "title", |
|
|
@ -50,7 +51,7 @@ |
|
|
|
"index_web_pages_for_search": 1, |
|
|
|
"istable": 1, |
|
|
|
"links": [], |
|
|
|
"modified": "2023-09-27 15:21:21.158532", |
|
|
|
"modified": "2023-10-04 11:06:07.232457", |
|
|
|
"modified_by": "Administrator", |
|
|
|
"module": "Phase-2", |
|
|
|
"name": "Instructions", |
|
|
|