-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathoptions.json
64 lines (64 loc) · 1.6 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
{
"settings": {
"btnPrimaryColor": {
"type": "color",
"title": "Primary Button Background Color",
"default": "#0c4d6c"
},
"btnPrimaryHoverColor": {
"type": "color",
"title": "Primary Button Hover Background Color",
"default": "#083347"
},
"faviconImage": {
"type": "image",
"title": "Favicon Image (Image you see on the chrome/tab)",
"default": "@/img/bg-dropdown-arrow.png"
},
"logoImage": {
"type": "image",
"title": "Global: Logo Image",
"default": "@/img/logo.png"
},
"navbarBackgroundColor": {
"type": "color",
"title": "Global: Navbar Background Color",
"default": "white"
},
"navbarLinkColor": {
"type": "color",
"title": "Global: Navbar Link Color",
"default": "#777777"
},
"socialFacebookUrl": {
"type": "text",
"title": "Global: Facebook URL",
"default": "http://facebook.com/lemonstand"
},
"socialTwitterUrl": {
"type": "text",
"title": "Global: Twitter URL",
"default": "http://twitter.com/LemonStand"
},
"socialGoogleUrl": {
"type": "text",
"title": "Global: Google+ URL",
"default": "http://google.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"
}
}