forked from leftlogic/ffconf2016
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharp.json
39 lines (39 loc) · 1.32 KB
/
harp.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
{
"globals": {
"siteTitle": "ffconf :: JavaScript Conference :: 10th & 11th November 2016",
"siteDescription": "ffconf 2016 is a one day JavaScript Conference at the Duke of York’s Picturehouse in Brighton, UK run on 10th and 11th November 2016",
"shortName": "ffconf 2016",
"dates": ["2016-11-10", "2016-11-11"],
"startTime": "09:00",
"analytics": "UA-1656750-42",
"id": "ffconf-2016",
"ticketPrice": "160",
"ticketUrl" : "https://www.tickettailor.com/checkout/view-event/id/59241/chk/c851/",
"source": "https://github.com/leftlogic/ffconf2016",
"config": {
"phase": 1,
"soldout": {
"conference": false,
"day1": false,
"day2": false,
"workshops": false,
"css-layout": false,
"angular-2": false,
"debug-and-tools": false
},
"mode": "titles",
"comments": {
"mode-options": "titles|speakers|schedule // just a comment // we are not using it this year",
"phase-options": {
"0": "before selling any ticket",
"0.5": "release of topics before selling tickets",
"1": "first batch of tickets",
"2": "second batch of tickets",
"3": "release of the full sessions",
"4": "after the conference"
}
},
"sponsorsAvailable": true
}
}
}