-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.sample.yaml
85 lines (85 loc) · 2.47 KB
/
data.sample.yaml
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
hours:
opening:
timezone: "Pacific/Auckland"
language: en # TODO: this should override any translations in the plugin's templates
completed_until: "2018-11-16" # TODO: use this to set alerts for maintainers
microdata:
# type: Store # pick from https://schema.org/Service OR https://schema.org/Organization
regular:
# sunday: [] # do this if you want a day to explicitly show as 'off'
monday:
- starts: "09:00"
stops: "12:30"
- starts: "13:00"
stops: "17:00"
tuesday:
- starts: "08:00"
stops: "12:30"
- starts: "13:00"
stops: "18:00"
thursday:
- starts: "10:00"
stops: "14:15"
exceptions:
'2018-05-12':
hours: []
comment: 'Banks Peninsula Awareness Day'
'2018-06-06':
hours: []
comment: "Emporer Quinoa's birthday"
'2018-06-18':
hours: []
comment: 'Whacking Day'
'2018-07-25':
hours: []
comment: 'Deliverance Anniversary'
'2018-08-24':
hours: # example multi-period below
- starts: "09:00"
stops: "12:00"
- starts: "13:00"
stops: "16:00"
comment: 'Staff hoedown'
'2018-10-15':
hours: []
comment: 'Wage slavery acceptance day'
'2018-11-19':
hours: []
comment: 'Example day'
periods:
- begin: "2018-12-22"
end: "2018-01-12"
description: Closed
name: "Summer break"
regular: []
- begin: "2018-12-17"
end: "2018-12-21"
description: 'Reduced hours'
name: "Christmas wind down"
regular:
wednesday:
- starts: "10:00"
stops: "13:00"
thursday:
- starts: "08:00"
stops: "12:30"
- starts: "13:00"
stops: "15:30"
sunday:
- starts: "08:00"
stops: "12:30"
exceptions:
'2018-12-25':
hours: []
comment: 'Christmas party!'
headings:
regular: 'Regular hours'
irregular: 'Special days'
labels:
on: 'PLUGIN_QUANDO.OPEN' # 'Yup'
off: 'PLUGIN_QUANDO.CLOSED' # 'Nope'
available_today: 'PLUGIN_QUANDO.OPEN_TODAY'
available_tomorrow: 'PLUGIN_QUANDO.OPENS_TOMORROW'
available_next: 'PLUGIN_QUANDO.OPENS_NEXT'
all_hours: 'PLUGIN_QUANDO.ALL_OPENING_HOURS'
our_hours: 'PLUGIN_QUANDO.OUR_OPENING_HOURS'