Add schedule config for 2024

This commit is contained in:
Vencislav Atanasov 2024-10-10 19:55:20 +03:00
parent abddaeff41
commit e6d606f832
1 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,14 @@ function getSchedConfig($year = 2017) {
],
'hidden_language_tracks' => [78],
],
2024 => [
'conferenceId' => 11,
'eventTypes' => [
'lecture' => 24,
'workshop' => 23,
],
'hidden_language_tracks' => [83],
],
];
return array_merge($globalConfig, $config[$year]);