patternlab-starterkit-shopify
Version:
Pattern-lab starterkit for building Shopify sites
86 lines (85 loc) • 2.21 kB
JSON
{
"progressTracker" : {
"items": [
{
"number": "1",
"label": "Shipping Information"
},
{
"styleModifier": "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",
"value": "John Smith"
}
},
{
"textField": {
"label" : "Address",
"value": "99 Main Street"
}
},
{
"textField": {
"label" : "City",
"value": "Pittsburgh"
}
},
{
"textField": {
"label" : "State",
"value": "PA"
}
},
{
"textField": {
"label" : "Zip Code",
"value": "15202"
}
},
{
"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"
}
]
}