aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/camp2019/config.php
diff options
context:
space:
mode:
authorderchris2019-08-22 16:23:01 +0200
committerderchris2019-08-22 16:23:01 +0200
commit25652cf2464c9209ed23a702b2297bd289219e30 (patch)
tree6ef4b7dabf916e8a4d1cbe0bdc16eaa38c895bbe /configs/conferences/camp2019/config.php
parentc82e65296852df570af9feaa4444765d1b9b59eb (diff)
camp2019: add pwny village event
Diffstat (limited to '')
-rw-r--r--configs/conferences/camp2019/config.php34
1 files changed, 30 insertions, 4 deletions
diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php
index 62d3d42..e67d2e0 100644
--- a/configs/conferences/camp2019/config.php
+++ b/configs/conferences/camp2019/config.php
@@ -125,9 +125,11 @@ $CONFIG['OVERVIEW'] = array(
'tent-1',
'tent-2',
'thm',
- ),
-
- ),
+ ),
+ 'Villages' => array(
+ 'pwny',
+ ),
+ ),
);
@@ -405,7 +407,31 @@ $CONFIG['ROOMS'] = array(
'EMBED' => true,
'IRC' => true,
'TWITTER' => true,
- ),
+ ),
+
+ 'pwny' => array(
+ 'DISPLAY' => 'Pwny Racing - Episode 7 @ Dragon Sleep Pwn Sector',
+ 'STREAM' => 'q2',
+ 'PREVIEW' => true,
+ 'STEREO' => false,
+
+ 'TRANSLATION' => false,
+ 'SD_VIDEO' => true,
+ 'HD_VIDEO' => true,
+ 'DASH' => true,
+ 'AUDIO' => true,
+ 'SLIDES' => false,
+ 'MUSIC' => false,
+
+ 'SCHEDULE' => false,
+ 'SCHEDULE_NAME' => 'Plank',
+
+ 'FEEDBACK' => false,
+ 'SUBTITLES' => false,
+ 'EMBED' => true,
+ 'IRC' => false,
+ 'TWITTER' => false,
+ ),
);