mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
7023ce2171
- prevent random strings when manual naming - set naming
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
|
|
}
|
|
]
|
|
}
|