-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtickets.yml
34 lines (33 loc) · 1.04 KB
/
tickets.yml
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
- name: "Early Bird"
price: "350"
priceCurrency: "EUR"
# ribbon: "-30%"
buyButtonLink: "#"
ticketContentList: ["FOSS4G Conference\r\n(28-30 June 2023)", "FOSS4G Codesprint\r\n(1 & 2 July 2023)"]
# validFrom: "2014-08-25T10:00"
validThrough: "2022-04-20T23:59"
soldOut: true
soldOutText: "Sold out"
- name: "Regular"
featured: true
price: "490"
priceCurrency: "EUR"
buyButtonLink: "#"
ticketContentList: ["FOSS4G Conference\r\n(28-30 June 2023)", "FOSS4G Codesprint\r\n(1 & 2 July 2023)"]
# validFrom: "2023-04-21T00:00"
validThrough: "2023-06-20T23:59"
# disabled: true
- name: "On-site"
price: "570"
priceCurrency: "EUR"
buyButtonLink: "#"
ticketContentList: ["FOSS4G Conference\r\n(28-30 June 2023)", "FOSS4G Codesprint\r\n(1 & 2 July 2023)"]
validFrom: "2023-06-21T00:00"
disabled: true
- name: "Regional fee *"
featured: true
price: "200"
priceCurrency: "EUR"
buyButtonLink: "#"
# ribbon: "-50%"
ticketContentList: ["FOSS4G Conference\r\n(28-30 June 2023)", "FOSS4G Codesprint\r\n(1 & 2 July 2023)"]