mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-22 20:58:17 +00:00
User: admin@spiffworkflow.org added process model file site-administration/crm/client-details-schema.json
This commit is contained in:
parent
2f3c4559a5
commit
f72cb6f946
@ -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": []
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user