mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
27 lines
491 B
JSON
27 lines
491 B
JSON
{
|
|
"name": "SingleValue",
|
|
"label": "Single Value",
|
|
"isSingle": false,
|
|
"isChild": false,
|
|
"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
|
|
}
|
|
],
|
|
"keywordFields": []
|
|
} |