mirror of
https://github.com/frappe/books.git
synced 2025-02-08 23:18:31 +00:00
20 lines
318 B
JSON
20 lines
318 B
JSON
{
|
|
"name": "Color",
|
|
"label": "Color",
|
|
"naming": "manual",
|
|
"fields": [
|
|
{
|
|
"fieldname": "name",
|
|
"fieldtype": "Data",
|
|
"label": "Color",
|
|
"required": true
|
|
},
|
|
{
|
|
"fieldname": "hexvalue",
|
|
"fieldtype": "Data",
|
|
"label": "Hex Value",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|