Skip to content

Instantly share code, notes, and snippets.

@djabif
Last active August 15, 2022 20:35
Show Gist options
  • Save djabif/40646ba7c4f980d8ca3d5a547ed37799 to your computer and use it in GitHub Desktop.
Save djabif/40646ba7c4f980d8ca3d5a547ed37799 to your computer and use it in GitHub Desktop.
{
"controls": [
{
"name": "firstName",
"label": "First name:",
"value": "",
"type": "text"
},
{
"name": "lastName",
"label": "Last name:",
"value": "",
"type": "text"
},
{
"name": "age",
"label": "Age",
"value": "",
"type": "number"
},
{
"name": "comments",
"label": "Comments",
"value": "",
"type": "textarea"
},
{
"name": "agreeTerms",
"label": "Accepts terms and conditions",
"value": "false",
"type": "checkbox"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment