-
Notifications
You must be signed in to change notification settings - Fork 14
/
options.json
91 lines (91 loc) · 2.87 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
{
"settings": {
"logoImage": {
"type": "image",
"title": "Logo Image",
"default": "@images/laboutique-logo.png",
"comment": "Upload your logo! Recommended height of 60px."
},
"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."
},
"colorThemeDropdown": {
"type": "dropdown",
"title": "Color Theme",
"default": "css/turquoise.css",
"options": {
"css/turquoise.css": "Turquoise",
"css/amethyst.css": "Amethyst",
"css/alazarin.css": "Alazarin",
"css/belizehole.css": "Belize Hole",
"css/carrot.css": "Carrot",
"css/emerald.css": "Emerald",
"css/greensea.css": "Green Sea",
"css/midnightblue.css": "Midnight Blue",
"css/nephritis.css": "Nephritis",
"css/orange.css": "Orange",
"css/peterriver.css": "Peter River",
"css/pomegranate.css": "Pomegranate",
"css/pumpkin.css": "Pumpkin",
"css/sunflower.css": "Sunflower",
"css/wetasphalt.css": "Wet Asphalt",
"css/wisteria.css": "Wisteria"
},
"comment": "Pick your predefined color theme."
},
"sloganText": {
"type": "text",
"title": "Slogan Title Text",
"default": "Responsive eCommerce Theme",
"comment": "Text used for the slogan text at the top of all pages."
},
"companyNameText": {
"type": "text",
"title": "Company Name",
"default": "La Boutique",
"comment": "Your company name. Used in footer, logo alt text, etc."
},
"twitterLinkText": {
"type": "text",
"title": "Twitter Link",
"default": "#",
"comment": "Paste in the URL to your Twitter profile. Make sure it starts with http."
},
"facebookLinkText": {
"type": "text",
"title": "Facebook Link",
"default": "#",
"comment": "Paste in the URL to your Facebook page. Make sure it starts with http."
},
"pinterestLinkText": {
"type": "text",
"title": "Pinterest Link",
"default": "#",
"comment": "Paste in the URL to your Pinterest profile. Make sure it starts with http."
},
"fbCommentsAppIDText": {
"type": "text",
"title": "Facebook Comments App ID",
"default": "",
"comment": "For Facebook product reviews/comments to work, first create an app in Facebook, then paste in your app ID."
},
"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"
}
}