Skip to content

Instantly share code, notes, and snippets.

@badslug
Created November 13, 2011 04:59
Show Gist options
  • Save badslug/1361623 to your computer and use it in GitHub Desktop.
Save badslug/1361623 to your computer and use it in GitHub Desktop.
Example Data "Step"
{
"name":"shipping",
"title":"Shipping Address",
"notes":"Used to gather shipping address information (if shipping is not billing)",
"template":"shipping_address.jade",
"fields":[
{
"name":"street1",
"label":"Street 1",
"type":"text",
"max":50,
"required":true
},{
...
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment