From e6d606f8322c63c5763a989a0d582f50c792173c Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Thu, 10 Oct 2024 19:55:20 +0300 Subject: [PATCH] Add schedule config for 2024 --- schedule/config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schedule/config.php b/schedule/config.php index 0ed1d74..0772252 100644 --- a/schedule/config.php +++ b/schedule/config.php @@ -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]);