-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhapio.config.json
85 lines (85 loc) · 2.72 KB
/
hapio.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
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
{
"hapioApiToken": "",
"hapioBaseURL": "https://eu-central-1.hapio.net/v1",
"settings": {
"locale": "en-GB",
"storeExpireTime": 84000000,
"afterBookingExipreTime": 300000,
"metaDataFields": {
"name": {
"required": true,
"type": "text",
"size": "full",
"label": "Name",
"placeholder": "Name"
},
"email": {
"required": true,
"type": "email",
"size": "half",
"label": "Email",
"placeholder": "Email"
},
"phone": {
"required": true,
"type": "tel",
"size": "half",
"label": "Phone",
"placeholder": "Phone"
}
}
},
"theme": {
"palette": {
"primary": "#F6C800",
"secondary": "#B1BCFD",
"title": "#F5EAFF",
"data": "#B1BCFD",
"text": "#F5EAFF",
"input": "#F5EAFF",
"confirm": "#0F042E",
"dark": "#28213D",
"light": "#6B7280",
"disabled": "#374151",
"background": "#0F042E",
"background2": "#28213D",
"error": "#F6C800"
},
"fonts": {
"families": {
"primary": "'Space Grotesk', cursive",
"secondary": "'Helvetica Neue', sans"
},
"sizes": {
"h2": "1.5rem",
"h3": "1.25rem",
"h4": "1rem",
"h5": "0.875rem",
"h6": "0.875rem",
"body1": "1rem",
"body2": "0.875rem"
}
}
},
"content": {
"backButton": "Back",
"stepText": "Step",
"locationTitle": "Location",
"serviceTitle": "Service",
"resourceTitle": "Resource",
"dateTitle": "Date",
"timeSlotTitle": "Time",
"timeSlotErrorTextMissingData": "Please select a service, location, date, and resource.",
"timeSlotErrorTextNoResults": "No timeslots available for the selected date or resource.",
"metaDataFormTitle": "Your details",
"metaDataLocationLabel": "Location",
"metaDataServiceLabel": "Service",
"metaDataResourceLabel": "Resource",
"metaDataDateLabel": "Date",
"metaDataTimeLabel": " Time",
"metaDataFieldsLabel": "Your details",
"metaDataSubmitButton": "Confirm booking",
"completedTitle": "Booking Confirmed",
"completedMessage": "Thank you for your booking! A confirmation email with all the details has been sent to your inbox."
}
}