Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 10, 2020 09:40
Show Gist options
  • Save velotiotech/53e0900db38bc71c2400badb5a34cdec to your computer and use it in GitHub Desktop.
Save velotiotech/53e0900db38bc71c2400badb5a34cdec to your computer and use it in GitHub Desktop.
export default [
{
"type": "text",
"field": "name",
"label": "User's name"
},
{
"type": "number",
"field": "number",
"label": "User's age",
},
{
"type": "none",
"field": "none",
"children": [
{
"type": "text",
"field": "user.hobbies",
"label": "User's hobbies"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment