mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
20 lines
329 B
JSON
20 lines
329 B
JSON
{
|
|
"name": "Misc",
|
|
"label": "Misc",
|
|
"isSingle": true,
|
|
"isChild": false,
|
|
"fields": [
|
|
{
|
|
"fieldname": "openCount",
|
|
"label": "Open Count",
|
|
"fieldtype": "Int"
|
|
},
|
|
{
|
|
"fieldname": "useFullWidth",
|
|
"label": "Use Full Width",
|
|
"fieldtype": "Check",
|
|
"default": false
|
|
}
|
|
]
|
|
}
|