mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
change bled to meta hackathon web3privacy/events#7
This commit is contained in:
parent
1a6088c8a5
commit
e920180b58
3 changed files with 5 additions and 2 deletions
|
@ -45,6 +45,8 @@ $defs:
|
||||||
- hackathon
|
- hackathon
|
||||||
- privacy-corner
|
- privacy-corner
|
||||||
- online-summit
|
- online-summit
|
||||||
|
- meta-hackathon
|
||||||
|
- congress
|
||||||
confirmed:
|
confirmed:
|
||||||
type: boolean
|
type: boolean
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -237,9 +237,9 @@
|
||||||
design:
|
design:
|
||||||
image: summit02
|
image: summit02
|
||||||
|
|
||||||
- id: h24ble
|
- id: q24ble
|
||||||
issue: 7
|
issue: 7
|
||||||
type: hackathon
|
type: meta-hackathon
|
||||||
date: "2024-06-19"
|
date: "2024-06-19"
|
||||||
days: 7
|
days: 7
|
||||||
city: Bled
|
city: Bled
|
||||||
|
|
|
@ -31,6 +31,7 @@ const eventTypes = {
|
||||||
hackathon: { code: "h" },
|
hackathon: { code: "h" },
|
||||||
"privacy-corner": { code: "c" },
|
"privacy-corner": { code: "c" },
|
||||||
"online-summit": { code: "os" },
|
"online-summit": { code: "os" },
|
||||||
|
'meta-hackathon': { code: "q" },
|
||||||
};
|
};
|
||||||
const usedIds = [];
|
const usedIds = [];
|
||||||
for (const event of engine.rendered.events) {
|
for (const event of engine.rendered.events) {
|
||||||
|
|
Loading…
Reference in a new issue