add hidden track
This commit is contained in:
parent
1501e54165
commit
e8ab9df36f
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
function getSchedConfig($year = 2016) {
|
function getSchedConfig($year = 2017) {
|
||||||
$globalConfig = [
|
$globalConfig = [
|
||||||
'lang' => 'bg',
|
'lang' => 'bg',
|
||||||
'cfp_url' => 'https://cfp.openfest.org',
|
'cfp_url' => 'https://cfp.openfest.org',
|
||||||
|
@ -38,7 +38,7 @@ function getSchedConfig($year = 2016) {
|
||||||
'lecture' => 7,
|
'lecture' => 7,
|
||||||
'workshop' => 8,
|
'workshop' => 8,
|
||||||
],
|
],
|
||||||
'hidden_language_tracks' => [25],
|
'hidden_language_tracks' => [34],
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue