mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
27 lines
488 B
JSON
27 lines
488 B
JSON
|
{
|
||
|
"name": "SingleValue",
|
||
|
"doctype": "DocType",
|
||
|
"isSingle": false,
|
||
|
"isChild": false,
|
||
|
"keywordFields": [],
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldname": "parent",
|
||
|
"label": "Parent",
|
||
|
"fieldtype": "Data",
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"fieldname": "fieldname",
|
||
|
"label": "Fieldname",
|
||
|
"fieldtype": "Data",
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"fieldname": "value",
|
||
|
"label": "Value",
|
||
|
"fieldtype": "Data",
|
||
|
"required": true
|
||
|
}
|
||
|
]
|
||
|
}
|