-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_config.yaml
63 lines (63 loc) · 1.67 KB
/
test_config.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
admin:
email: <outgoing-gmail-address>
password: <email-account-password>
email_subject: Your Amazing Conference
base_email:
filename: base.html
start_tag:
responses:
accept:
title:
true_filename: accept.html
false_filename: reject.html
conditional: []
conflict: []
replacements:
name:
value: firstname
params:
response_link:
value:
params:
href: response_link
travel:
title: Travel Grant
true_filename: travel_accepted.html
false_filename: travel_rejected.html
conditional: [travel_applied, accept]
conflict: []
replacements:
bursary_name:
value: bursary_name
params:
sponsor:
value: sponsor
params:
response_link:
value:
params:
href: response_link
talk:
title: Talk
true_filename: talk_accepted.html
false_filename: talk_rejected.html
conditional: [talk_applied, accept]
conflict: []
replacements:
talk_length:
value: talk_length
params:
poster:
title: Poster
true_filename: poster_accepted.html
false_filename: poster_rejected.html
conditional: [poster_applied, accept]
conflict: []
replacements:
waitlist:
title: Waitlist
true_filename: waitlist.html
false_filename:
conditional: []
conflict: [accept]
replacements: