-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathoptions.json
74 lines (74 loc) · 1.9 KB
/
options.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"settings": {
"logoImage": {
"type": "image",
"title": "Global: Logo Image",
"default": "@/images/barcelona-logo.png"
},
"faviconImage": {
"type": "image",
"title": "Favicon Image (Image you see on the chrome)",
"default": "@/images/ic-heart-hover.png"
},
"baseColor": {
"type": "color",
"title": "Global: Base Color",
"default": "rgb(52, 169, 148)"
},
"hoverColor": {
"type": "color",
"title": "Global: Button Hover Color",
"default": "#2d8e7d"
},
"homepageImageBannerA": {
"type": "image",
"title": "Home: Banner Image 1",
"default": "@/images/banner-freeshipping.jpg"
},
"homepageImageBannerB": {
"type": "image",
"title": "Home: Banner Image 2",
"default": "@/images/banner-design-onsale.jpg"
},
"aboutImageBanner": {
"type": "image",
"title": "About: Banner Image",
"default": "@/images/banner-about-us.jpg"
},
"shopImageBanner": {
"type": "image",
"title": "Shop: Banner Image",
"default": "@/images/pgrid-banner-img.jpg"
},
"socialFacebookUrl": {
"type": "text",
"title": "Global: Facebook URL",
"default": "http://facebook.com/lemonstand"
},
"socialTwitterUrl": {
"type": "text",
"title": "Global: Twitter URL",
"default": "http://twitter.com/"
},
"socialPinterestUrl": {
"type": "text",
"title": "Global: Pinterest URL",
"default": "http://www.pinterest.com/"
},
"ratingToggle": {
"type": "checkbox",
"title": "Product Ratings",
"default": "checked",
"comment": "Activate product ratings for this theme."
},
"socialToggle": {
"type": "checkbox",
"title": "Social Links",
"default": "checked",
"comment": "Activate social media links."
}
},
"pages": {
"404": "404"
}
}