@tradle/models
Version:
models for tradle apps
22 lines (21 loc) • 399 B
JSON
{
"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"
]
}