UNPKG

@tradle/models

Version:
22 lines (21 loc) 399 B
{ "id": "tradle.TermsAndConditions", "type": "tradle.Model", "title": "Terms and Conditions", "subClassOf": "tradle.Form", "notEditable": true, "notShareable": true, "properties": { "termsAndConditions": { "type": "string", "readOnly": true, "markdown": true } }, "viewCols": [ "termsAndConditions" ], "required": [ "termsAndConditions" ] }