mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 16:28:09 +00:00
User: dan@sartography.com clicked save for playground/dan/sending-messages/testform-schema.json
This commit is contained in:
parent
44aecc0390
commit
2dd388e46f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "Text Field",
|
||||
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')",
|
||||
"title": "Date",
|
||||
"description": "Create a date field with a date picker (delivery_date).",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"firstName"
|
||||
@ -10,6 +10,12 @@
|
||||
"type": "string",
|
||||
"title": "First name",
|
||||
"default": "Chuck"
|
||||
},
|
||||
"delivery_date": {
|
||||
"type": "string",
|
||||
"format": "date",
|
||||
"title": "Preferred Delivery Date",
|
||||
"validationErrorMessage": "Date must be today's date or later"
|
||||
}
|
||||
}
|
||||
}
|
@ -6,5 +6,9 @@
|
||||
"ui:autocomplete": "family-name",
|
||||
"ui:enableMarkdownInDescription": true,
|
||||
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
|
||||
},
|
||||
"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