-
Notifications
You must be signed in to change notification settings - Fork 2
/
options.json
82 lines (82 loc) · 2.08 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
{
"settings": {
"storeTitle": {
"type": "text",
"title": "Title of your Store",
"default": "Coffree"
},
"featuredSubscriptions": {
"type": "text",
"title": "Name of your subscription product collection",
"default": "featuredPlans"
},
"faviconImage": {
"type": "image",
"title": "Favicon Image (Image you see in the browser)",
"default": "@img/logo.png"
},
"navbarBackgroundColor": {
"type": "color",
"title": "Global: Navbar Background Color",
"default": "#ffffff"
},
"navbarLinkColor": {
"type": "color",
"title": "Global: Navbar Link Color",
"default": "#777777"
},
"navBarImage": {
"type": "image",
"title": "Global: Logo Image in Navbar",
"default": "@/img/logo.png"
},
"homeHeaderImage": {
"type": "image",
"title": "Home: Header Image",
"default": "@/img/bgmain.jpg"
},
"logoImage": {
"type": "image",
"title": "Home: Header Image Logo Overlay",
"default": "@/img/logo.png"
},
"aboutHeaderImage": {
"type": "image",
"title": "About: header image",
"default": "@/img/contact.jpg"
},
"contactHeaderImage": {
"type": "image",
"title": "Contact: header image",
"default": "@/img/contact.jpg"
},
"contactAddress": {
"type": "text",
"title": "Home: Contact Address",
"default": "9203 Pender St, Vancouver BC, J2K 2J2"
},
"socialFacebookUrl": {
"type": "text",
"title": "Global: Facebook URL",
"default": "https://facebook.com/lemonstand"
},
"socialTwitterUrl": {
"type": "text",
"title": "Global: Twitter URL",
"default": "https://twitter.com/lemonstand"
},
"socialPinterestUrl": {
"type": "text",
"title": "Global: Pinterest URL",
"default": "https://www.pinterest.com/lemonstandecomm/"
},
"productReview": {
"type": "checkbox",
"title": "Global: Product Review",
"default": "@/img/logo.png"
}
},
"pages": {
"404": "404"
}
}