-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathoptions.json
51 lines (51 loc) · 1.33 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
{
"settings": {
"storeTitle": {
"type": "text",
"title": "Title of your Store",
"default": "Happy Hour"
},
"logoImage": {
"type": "image",
"title": "Logo Image",
"default": "@images/happyhour-logo.png",
"comment": "Upload your logo! Recommended height of 40px."
},
"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."
},
"bannerText": {
"type": "text",
"title": "Banner Text",
"default": "New Late Night Delivery Hours",
"comment": "Text used for the homepage banner."
},
"facebookUrl": {
"type": "text",
"title": "Facebook URL",
"default": "http://facebook.com/lemonstand"
},
"twitterUrl": {
"type": "text",
"title": "Twitter URL",
"default": "http://twitter.com/lemonstand"
},
"linkedInUrl": {
"type": "text",
"title": "LinkedIn URL",
"default": "http://www.linkedin.com/company/lemonstand"
},
"searchIcon": {
"type": "image",
"title": "Search Icon",
"default": "@images/search.png",
"comment": "Upload a search icon or stick with the default."
}
},
"pages": {
"404": "404"
}
}