Add schedule config for 2024
This commit is contained in:
parent
abddaeff41
commit
e6d606f832
|
@ -87,6 +87,14 @@ function getSchedConfig($year = 2017) {
|
||||||
],
|
],
|
||||||
'hidden_language_tracks' => [78],
|
'hidden_language_tracks' => [78],
|
||||||
],
|
],
|
||||||
|
2024 => [
|
||||||
|
'conferenceId' => 11,
|
||||||
|
'eventTypes' => [
|
||||||
|
'lecture' => 24,
|
||||||
|
'workshop' => 23,
|
||||||
|
],
|
||||||
|
'hidden_language_tracks' => [83],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
return array_merge($globalConfig, $config[$year]);
|
return array_merge($globalConfig, $config[$year]);
|
||||||
|
|
Loading…
Reference in New Issue