-
Notifications
You must be signed in to change notification settings - Fork 2
/
options.json
128 lines (128 loc) · 3.63 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"settings": {
"logoImage": {
"type": "image",
"title": "Global: Logo Image",
"default": "@/images/logo.png"
},
"faviconImage": {
"type": "image",
"title": "Favicon Image",
"default": "@images/favicon.png",
"comment": "Upload your favicon. Recommended dimmensions of 16px by 16px. You must use a .png file."
},
"title": {
"type": "text",
"title": "title of your store",
"default": "Ventro"
},
"fbCommentsAppIDText": {
"type": "text",
"title": "Facebook Comments App ID",
"default": "123",
"comment": "For Facebook product reviews/comments to work, first create an app in Facebook, then paste in your app ID."
},
"socialFacebook": {
"type": "text",
"title": "Facebook URL",
"default": "https://www.facebook.com/lemonstand"
},
"socialTwitter": {
"type": "text",
"title": "Twitter URL",
"default": "https://twitter.com/lemonstand"
},
"socialInstagram": {
"type": "text",
"title": "Instagram URL",
"default": "https://instagram.com/lemonstand"
},
"socialMedium": {
"type": "text",
"title": "Medium URL",
"default": "https://medium.com"
},
"ajaxChimp": {
"type": "text",
"title": "MailChimp campaign URL",
"default": "http://blahblah.us1.list-manage.com/subscribe/post?u=5afsdhfuhdsiufdba6f8802&id=4djhfdsh9"
},
"homeHeaderImage": {
"type": "image",
"title": "Home Header Image",
"default": "@/images/main-bg.jpg"
},
"homeHeaderTitle": {
"type": "text",
"title": "Home Header Text",
"default": "Ingridglow"
},
"homeHeaderSubtitle": {
"type": "text",
"title": "Home Header SubTitle",
"default": "The new way to tell time."
},
"homeHeaderButtonURL": {
"type": "text",
"title": "Home Header category url name",
"default": "watches",
"comment": "Make sure the URL name is exactly the category Url name"
},
"homeHeaderButtonTitle": {
"type": "text",
"title": "Home Header Button Text",
"default": "Shop Watches"
},
"homeThreeCats": {
"type": "checkbox",
"title": "Home Page 3 Category Blocks",
"default": "1",
"comment": "Check to show"
},
"homeCatLeft": {
"type": "text",
"title": "Home category 1: url name",
"default": "fitness",
"comment": "Make sure the URL name is exactly the category Url name"
},
"homeCatLeftImg": {
"type": "image",
"title": "Home category 1: image",
"default": "@/images/box-health.jpg",
"comment": "Recommended size: 478x349"
},
"homeCatMiddle": {
"type": "text",
"title": "Home category 2: url name",
"default": "lifestyle",
"comment": "Make sure the URL name is exactly the category Url name"
},
"homeCatMiddleImg": {
"type": "image",
"title": "Home category 2: image",
"default": "@/images/box-lifestyle.jpg",
"comment": "Recommended size: 478x349"
},
"homeCatRight": {
"type": "text",
"title": "Home category 3: url name",
"default": "home",
"comment": "Make sure the URL name is exactly the category Url name"
},
"homeCatRightImg": {
"type": "image",
"title": "Home category 3: image",
"default": "@/images/box-home.jpg",
"comment": "Recommended size: 478x349"
},
"productSocial": {
"type": "checkbox",
"title": "Include Social Sharing Buttons on product pages",
"default": "1",
"comment": "Check to show"
}
},
"pages": {
"404": "404"
}
}