forked from cmhouston/excl-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
60 lines (60 loc) · 1.96 KB
/
config.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
{
"global": {
"excl": {
"wordpressEnvironments": {
"dev": "http://excl.dreamhosters.com/dev/wp-json/v01/excl/museum/81",
"qa": "http://excl.dreamhosters.com/qa/wp-json/v01/excl/museum/81",
"prod": "http://excl.dreamhosters.com/prod/wp-json/v01/excl/museum/81"
},
"adminPassword": "wordpress",
"kioskModePassword": "kiosk",
"defaultGlobalFontFamily": "texgyreheros-regular",
"colors": {
"navBarColor": "#F58220",
"exhibitsCarouselArrowColor": "#F58220",
"exhibitsCarouselBackgroundColor": "#253342",
"exhibitTitleColor": "#000000",
"componentTitleColor": "#000000",
"exhibitPageSliderButtonColor": "#006DB7",
"sectionPrimaryColors": ["#006DB7", "#652D90", "#EB008B", "#FCAF17", "#98C21F", "#009345"],
"sectionSecondaryColors": ["#ECECEC", "#ECECEC", "#ECECEC", "#ECECEC", "#ECECEC", "#ECECEC"],
"postPreviewBackgroundColor": "#D8D8D8",
"filterByAgeTabColor": "#737373",
"filterByAgeTabAccentColor": "#D8D8D8",
"filterByAgeMenuColor": "#E5E5E5",
"submitButtonColor": "#2ECC71",
"cancelButtonColor": "#E74C3C",
"loadingSpinnerTintColor": "#000000",
"pageBackgroundColor": "#FFFFFF",
"mapBackgroundColor": "#000000",
"accentBorderColor": "#AAAAAA",
"accentButtonColor": "#005ab3",
"commentFormTextBoxColor": "#F2F2F2",
"flyoutColor": "#F2F2F2",
"flyoutAccentColor": "#C0C0C0",
"modalTintColor": "#000000",
"tutorialTintColor": "#000000",
"tutorialGotItButtonColor": "green",
"tutorialEndButtonColor": "#ED1C24",
"tutorialButtonBorderColor": "#FFFFFF",
"lightFontColor": "#FFFFFF",
"darkFontColor": "#000000"
}
}
},
"env:development": {},
"env:test": {},
"env:production": {},
"os:android": {
"font": "roboto"
},
"os:blackberry": {},
"os:ios": {
"font": "helvetica"
},
"os:mobileweb": {},
"dependencies": {
"excl.platform-logo": "1.0",
"navigationBar": "1.0"
}
}