From 364a71ec8e0653a94cff9df85f2507d0a4f6f83b Mon Sep 17 00:00:00 2001 From: Haritz Lopez Date: Mon, 11 Sep 2023 20:31:20 +0200 Subject: [PATCH] Set Timeline to false to remove license warning by default --- config/filament-fullcalendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filament-fullcalendar.php b/config/filament-fullcalendar.php index 0de55af..6d80401 100644 --- a/config/filament-fullcalendar.php +++ b/config/filament-fullcalendar.php @@ -18,7 +18,7 @@ 'interaction' => true, 'list' => true, 'rrule' => true, - 'resourceTimeline' => true, + 'resourceTimeline' => false, ], 'headerToolbar' => [