mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 04:18:15 +00:00
User: dan@sartography.com clicked save for playground/dan/thrivehealthdemo/weightform-uischema.json
This commit is contained in:
parent
adf8a1b5df
commit
abc353fd59
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "Checkbox",
|
||||
"description": "A super simple checkbox",
|
||||
"title": "Date",
|
||||
"description": "Create a date field with a date picker (delivery_date).",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"bio": {
|
||||
@ -11,6 +11,12 @@
|
||||
"type": "boolean",
|
||||
"title": "Done?",
|
||||
"default": false
|
||||
},
|
||||
"delivery_date": {
|
||||
"type": "string",
|
||||
"format": "date",
|
||||
"title": "Preferred Delivery Date",
|
||||
"validationErrorMessage": "Date must be today's date or later"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"bio": {
|
||||
"ui:widget": "textarea"
|
||||
},
|
||||
"delivery_date": {
|
||||
"ui:widget": "date",
|
||||
"ui:help": "Specify the preferred delivery date for this service/product"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user