User: alex@sartography.com clicked save for playground/alex-herron/protocol-builder/temp-schema.json

This commit is contained in:
sartography-automated-committer 2023-11-02 20:14:25 +00:00
parent e30162d595
commit 08650eb420
2 changed files with 16 additions and 2 deletions

View File

@ -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"
}
}
}

View File

@ -1 +1,5 @@
{}
{
"bio": {
"ui:widget": "textarea"
}
}