Skip to content

Instantly share code, notes, and snippets.

@moltar
Created July 10, 2012 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moltar/3085366 to your computer and use it in GitHub Desktop.
Save moltar/3085366 to your computer and use it in GitHub Desktop.
sample field types
[
{
"type" : "text",
"label" : "Username",
"required" : true
},
{
"type" : "password",
"label" : "Password"
},
{
"type" : "textarea",
"label" : "Description"
},
{
"type" : "select",
"label" : "Province",
"options" : [ "AB", "BC", "ON", "QC" ]
},
{
"type" : "checkbox",
"label" : "Do you agree?"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment