forked from petercossey/gesso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
31 lines (31 loc) · 975 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "Collage",
"version": "0.0.1",
"meta": {
"price": 0,
"documentation_url": "https://developer.bigcommerce.com/docs/storefront/stencil",
"author_name": "Peter Cossey",
"author_email": "[email protected]",
"author_support_url": "https://developer.bigcommerce.com/docs/storefront/stencil",
"composed_image": "gesso-theme.png",
"features": [
"fully_responsive"
]
},
"settings": {
"homepage_featured_products_count": 6,
"homepage_new_products_count": 6,
"homepage_top_products_count": 6
},
"variations": [
{
"name": "Default",
"id": "default",
"meta": {
"description": "A lightweight starter kit for a BigCommerce Stencil theme ready for developers to add their own CSS and JS tooling."
},
"images": {},
"settings": {}
}
]
}