Skip to content

Commit

Permalink
Merge pull request #107 from haritz95/remove-license-warning
Browse files Browse the repository at this point in the history
Set Timeline to false to remove license warning by default
  • Loading branch information
saade authored Sep 11, 2023
2 parents 9bb8c7b + 364a71e commit 82ae89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/filament-fullcalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'interaction' => true,
'list' => true,
'rrule' => true,
'resourceTimeline' => true,
'resourceTimeline' => false,
],

'headerToolbar' => [
Expand Down

0 comments on commit 82ae89f

Please sign in to comment.