Skip to content

Instantly share code, notes, and snippets.

@djabif
Created August 15, 2022 20:35
Show Gist options
  • Save djabif/b713270c06411c3783cf55cae33a8215 to your computer and use it in GitHub Desktop.
Save djabif/b713270c06411c3783cf55cae33a8215 to your computer and use it in GitHub Desktop.
{
"controls": [
{
"name": "address1",
"label": "Address line 1:",
"value": "",
"type": "text"
},
{
"name": "address2",
"label": "Address line 2:",
"value": "",
"type": "text"
},
{
"name": "city",
"label": "City:",
"value": "",
"type": "text"
},
{
"name": "country",
"label": "Country:",
"value": "",
"type": "select",
"options": ["Uruguay", "Argentina", "Peru"]
},
{
"name": "zipcode",
"label": "ZIP",
"value": "",
"type": "number"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment