@pattern-lab/starterkit-handlebars-demo
Version:
Pattern Lab's Demo StarterKit for Handlebars.
81 lines (80 loc) • 1.92 kB
JSON
{
"progressTracker" : {
"items": [
{
"number": "1",
"label": "Shipping Information"
},
{
"additionalClasses": "is-current",
"number": "2",
"label": "Billing Information"
},
{
"number": "3",
"label": "Review Order"
},
{
"number": "4",
"label": "Confirmation"
}
]
},
"page": {
"title": "Billing Information",
"description": "Please fill out your billing address and payment information below."
},
"formFields" : {
"items": [
{
"textField": {
"label" : "Name"
}
},
{
"textField": {
"label" : "Address"
}
},
{
"textField": {
"label" : "City"
}
},
{
"textField": {
"label" : "State"
}
},
{
"textField": {
"label" : "Zip Code"
}
},
{
"textField": {
"label" : "Credit Card Number"
}
},
{
"textField": {
"label" : "Expiration Date"
}
},
{
"textField": {
"label" : "CVV"
}
}
]
},
"selectField": false,
"buttonGroup" : [
{
"buttonTag" : false,
"linkTag" : true,
"url" : "link.pages-review",
"buttonText": "Continue To Review Order"
}
]
}