UNPKG

@tradle/models

Version:
36 lines (35 loc) 593 B
{ "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" ] }