2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/schemas/app/Misc.json
2023-05-31 11:12:09 +05:30

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
}
]
}