2022-10-05 14:37:17 +00:00
|
|
|
{
|
|
|
|
"name": "Location",
|
|
|
|
"label": "Location",
|
|
|
|
"isSingle": false,
|
|
|
|
"isChild": false,
|
|
|
|
"naming": "manual",
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "name",
|
|
|
|
"label": "Location Name",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
2022-11-21 07:15:57 +00:00
|
|
|
"fieldname": "address",
|
|
|
|
"label": "Address",
|
2022-10-05 14:37:17 +00:00
|
|
|
"fieldtype": "Link",
|
2022-11-21 07:15:57 +00:00
|
|
|
"target": "Address",
|
|
|
|
"placeholder": "Click to create",
|
|
|
|
"inline": true
|
2022-10-05 14:37:17 +00:00
|
|
|
}
|
|
|
|
],
|
2022-11-21 07:15:57 +00:00
|
|
|
"quickEditFields": ["item", "address"]
|
2022-10-05 14:37:17 +00:00
|
|
|
}
|