mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
19 lines
296 B
JSON
19 lines
296 B
JSON
{
|
|
"name": "Color",
|
|
"label": "Color",
|
|
"fields": [
|
|
{
|
|
"fieldname": "name",
|
|
"fieldtype": "Data",
|
|
"label": "Color",
|
|
"required": true
|
|
},
|
|
{
|
|
"fieldname": "hexvalue",
|
|
"fieldtype": "Data",
|
|
"label": "Hex Value",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|