User: admin@spiffworkflow.org added process model file site-administration/crm/client-details-schema.json

This commit is contained in:
sartography-automated-committer 2023-05-31 21:02:55 +00:00
parent 2f3c4559a5
commit f72cb6f946
2 changed files with 17 additions and 5 deletions

View File

@ -5,6 +5,18 @@
"all_the_details": {
"type": "string",
"title": "all the details"
},
"talked_to_in_person": {
"type": "boolean",
"title": "Talked to in Person"
},
"company_name": {
"type": "string",
"title": "Company Name"
},
"has_contract": {
"type": "boolean",
"title": "Has Contract"
}
},
"required": []

View File

@ -1,8 +1,8 @@
{
"ui:order": [
"all_the_details"
],
"all_the_details": {
"ui:widget": "textarea"
}
"all_the_details",
"talked_to_in_person",
"company_name",
"has_contract"
]
}