-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.json
63 lines (63 loc) · 1.56 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
{
"settings": {
"logoText": {
"type": "text",
"title": "Logo text",
"default": "COASTAL",
"comment": "Replaces all instance of your logo name around the site"
},
"socialFacebookUrl": {
"type": "text",
"title": "Facebook URL",
"default": "http://facebook.com/lemonstand"
},
"socialTwitterUrl": {
"type": "text",
"title": "Twitter URL",
"default": "http://twitter.com/hotmeteor"
},
"socialInstagramUrl": {
"type": "text",
"title": "Instagram URL",
"default": "http://instagram.com"
},
"socialPinterestUrl": {
"type": "text",
"title": "Pinterest URL",
"default": "http://pinterest.com"
},
"footerTagline": {
"type": "text",
"title": "Footer tagline",
"default": "This is the free Coastal theme.",
"comment": "Suggested length is less than 40 characters"
},
"topbarColor": {
"type": "color",
"title": "Color - top bar",
"default": "",
"comment": "Remove color for default"
},
"footerColor": {
"type": "color",
"title": "Color - footer",
"default": "",
"comment": "Remove color for default"
},
"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"
}
}