Add schedule config for 2023
This commit is contained in:
parent
395122a411
commit
6a6a7200ea
|
@ -79,7 +79,14 @@ function getSchedConfig($year = 2017) {
|
||||||
],
|
],
|
||||||
'hidden_language_tracks' => [73],
|
'hidden_language_tracks' => [73],
|
||||||
],
|
],
|
||||||
|
2023 => [
|
||||||
|
'conferenceId' => 10,
|
||||||
|
'eventTypes' => [
|
||||||
|
'lecture' => 20,
|
||||||
|
'workshop' => 19,
|
||||||
|
],
|
||||||
|
'hidden_language_tracks' => [78],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
return array_merge($globalConfig, $config[$year]);
|
return array_merge($globalConfig, $config[$year]);
|
||||||
|
|
Loading…
Reference in New Issue