Option to only show disrupted days. Closes #2088

This commit is contained in:
James Brooks
2016-10-04 19:16:50 +01:00
parent 0646b6b475
commit 179de1ff28
5 changed files with 30 additions and 4 deletions

View File

@@ -88,4 +88,15 @@ return [
*/
'skip_subscriber_verification' => false,
/*
|--------------------------------------------------------------------------
| Only disrupted days
|--------------------------------------------------------------------------
|
| Whether to only show days with incidents, or each day in the timeline.
|
*/
'only_disrupted_days' => false,
];