Skip to content

Instantly share code, notes, and snippets.

@travist
Created July 21, 2017 03:13
Show Gist options
  • Save travist/5d84d2f7579de61671d83f6c3c0c9894 to your computer and use it in GitHub Desktop.
Save travist/5d84d2f7579de61671d83f6c3c0c9894 to your computer and use it in GitHub Desktop.
{
"title": "Person",
"display": "form",
"type": "form",
"name": "person",
"path": "person",
"components": [
{
"type": "textfield",
"input": true,
"inputType": "text",
"label": "First Name",
"key": "firstName"
},
{
"type": "textfield",
"input": true,
"inputType": "text",
"label": "Last Name",
"key": "lastName"
},
{
"type": "email",
"key": "email",
"label": "Email",
"inputType": "email",
"input": true
},
{
"input": true,
"label": "Submit",
"key": "submit",
"action": "submit",
"type": "button"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment