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

Commit

Permalink
configsetup: add event option to basic view
Browse files Browse the repository at this point in the history
Fix #320
  • Loading branch information
andi34 authored Sep 25, 2021
1 parent 88e179a commit 1c969b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/configsetup.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
'value' => $config['ui']['github'],
],
'event_enabled' => [
'view' => 'basic',
'type' => 'checkbox',
'name' => 'event[enabled]',
'value' => $config['event']['enabled'],
Expand Down

0 comments on commit 1c969b9

Please sign in to comment.