User: daniel.h.funk@gmail.com clicked save for playground/dan/webinar/1-approval-two-eyes/vacation-request-schema.json
This commit is contained in:
parent
25ba3ef984
commit
8fd9b44617
|
@ -1 +1,11 @@
|
|||
{}
|
||||
{
|
||||
"title": "Text Area",
|
||||
"description": "A larger resizable area to enter longer text. (field name will be 'bio')",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"bio": {
|
||||
"type": "string",
|
||||
"title": "Bio"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1 +1,5 @@
|
|||
{}
|
||||
{
|
||||
"bio": {
|
||||
"ui:widget": "textarea"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue