2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 15:18:24 +00:00
books/schemas/app/Misc.json

20 lines
329 B
JSON
Raw Normal View History

2022-07-20 14:14:36 +05:30
{
"name": "Misc",
"label": "Misc",
"isSingle": true,
"isChild": false,
"fields": [
{
"fieldname": "openCount",
"label": "Open Count",
"fieldtype": "Int"
2023-05-31 11:12:09 +05:30
},
{
"fieldname": "useFullWidth",
"label": "Use Full Width",
"fieldtype": "Check",
"default": false
2022-07-20 14:14:36 +05:30
}
]
}