-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.json
82 lines (82 loc) · 2.09 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": "Mker"
},
"faviconImage": {
"type": "image",
"title": "Favicon Image (Image you see in the browser)",
"default": "@img/icon.png"
},
"logoImage": {
"type": "image",
"title": "Global: Logo Image",
"default": "@/img/logo.png"
},
"bodyTextColor": {
"type": "color",
"title": "Global: Main text color",
"default": "#6C7A89"
},
"socialFacebookUrl": {
"type": "text",
"title": "Global: Facebook URL",
"default": "http://facebook.com/lemonstand"
},
"socialTwitterUrl": {
"type": "text",
"title": "Global: Twitter URL",
"default": "http://twitter.com/itsdpark"
},
"socialInstagramUrl": {
"type": "text",
"title": "Global: Instagram URL",
"default": "http://instagram.com"
},
"homeHeaderTitle": {
"type": "text",
"title": "HomePage: Header block title",
"default": "MAKE A DIFFERENCE"
},
"homeHeaderImage": {
"type": "image",
"title": "HomePage: Header Image",
"default": "@img/product-bg.jpg"
},
"homeSecondHeaderSubTitle": {
"type": "text",
"title": "HomePage: Second header sub title",
"default": "MKER IS THE PLUG EVERYONE NEEDS"
},
"homeSecondHeaderTitle": {
"type": "text",
"title": "HomePage: Second header title",
"default": "WHAT IS MKER?"
},
"homeSecondHeaderImage": {
"type": "image",
"title": "HomePage: Second header image",
"default": "@img/home-product.png"
},
"homeThirdHeaderTitle": {
"type": "text",
"title": "HomePage: Third header title",
"default": "Save Today."
},
"homeThirdHeaderImage": {
"type": "image",
"title": "HomePage: Third header background image",
"default": "@img/about-bg-2.jpg"
},
"shopItemsPerPage": {
"type": "text",
"title": "Shop: Number of products displayed per page.",
"default": "15"
}
},
"pages": {
"404": "404"
}
}