@tradle/models
Version:
models for tradle apps
36 lines (35 loc) • 593 B
JSON
{
"id": "tradle.Contract",
"type": "tradle.Model",
"title": "Contract",
"properties": {
"title": {
"type": "string",
"skipLabel": true,
"displayName": true
},
"contractText": {
"type": "string",
"skipLabel": true,
"markdown": true
},
"contract_group": {
"type": "string",
"title": "Company Information",
"list": [
"title",
"contractText"
]
}
},
"required": [
"title",
"contractText"
],
"viewCols": [
"contract_group"
],
"editCols": [
"contract_group"
]
}