Created
November 13, 2011 04:59
-
-
Save badslug/1361623 to your computer and use it in GitHub Desktop.
Example Data "Step"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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