2
0
mirror of https://github.com/frappe/books.git synced 2024-09-21 03:39:02 +00:00
books/schemas/meta/tree.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
314 B
JSON
Raw Normal View History

2022-03-23 16:40:36 +00:00
{
"name": "tree",
"fields": [
{
"fieldname": "lft",
"label": "Left Index",
"fieldtype": "Int",
"required": true,
"meta": true
},
{
"fieldname": "rgt",
"label": "Right Index",
"fieldtype": "Int",
"required": true,
"meta": true
}
]
}