mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
26 lines
441 B
JSON
26 lines
441 B
JSON
{
|
|
"name": "PatchRun",
|
|
"label": "Patch Run",
|
|
"naming": "manual",
|
|
"fields": [
|
|
{
|
|
"fieldname": "name",
|
|
"fieldtype": "Data",
|
|
"label": "Name",
|
|
"required": true
|
|
},
|
|
{
|
|
"fieldname": "failed",
|
|
"fieldtype": "Check",
|
|
"label": "Failed",
|
|
"default": false
|
|
},
|
|
{
|
|
"fieldname": "version",
|
|
"fieldtype": "Data",
|
|
"label": "Version",
|
|
"default": "0.0.0"
|
|
}
|
|
]
|
|
}
|