Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Update agenda and drive ID
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone committed May 23, 2021
1 parent c571662 commit baa3513
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
'start_time' => env('EVENT_START_TIME'),
'lower_thirds' => env('EVENT_LOWER_THIRDS'),
'zoom_url' => env('EVENT_ZOOM_URL'),
'drive_id' => env('EVENT_DRIVE_ID'),
],

'admin' => [
Expand Down
16 changes: 9 additions & 7 deletions resources/js/components/StreamOutput/Agenda.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@
return {
agenda: [
'Opening',
'Vaststelling agenda',
'Vaststelling notulen',
'Vaststelling Agenda',
'Vaststelling Notulen',
'Mededelingen',
'Controlecommissie',
'Verhuur aan AEGEE',
'Benoeming bestuursleden',
'Rondvraag',
'Sluiting'
'Jaarverslag 2020',
'Jaarstukken 2020',
'Kwijting',
'Controlecommissie 2021',
'Herbegroting 2021',
'Bestuurswisseling',
'Rondvraag en Sluiting',
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/live.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class="embed-responsive-item"
Vergaderstukken
</div>
<div class="py-3 px-4">
<files-list folder-id="1_6nv1t98eJyvKLIInKx8pRbPl0eMwOgD" />
<files-list folder-id="{{ config('app.event.drive_id') }}" />
</div>
</div>
</div>
Expand Down

0 comments on commit baa3513

Please sign in to comment.