Skip to content

Commit

Permalink
Added admin-only check in/out options to dist config
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmsworth committed Jun 21, 2022
1 parent 3c9a690 commit ee50544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
$conf['settings']['reservation']['default.end.reminder'] = ''; // the default end reservation reminder. format is ## interval. for example, 10 minutes, 2 hours, 6 days.
$conf['settings']['reservation']['title.required'] = 'false';
$conf['settings']['reservation']['description.required'] = 'false';
$conf['settings']['reservation']['checkin.admin.only'] = 'false'; // restrict check-in to administrators only
$conf['settings']['reservation']['checkout.admin.only'] = 'false'; // restrict check-out to administrators only
/**
* Email notification configuration
*/
Expand Down

0 comments on commit ee50544

Please sign in to comment.