From 377b13ca23eaee9a25e1eb4f9d32c8812fbf9fb8 Mon Sep 17 00:00:00 2001 From: BorisWild Date: Tue, 28 May 2024 01:37:16 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eb082a..fef2f84 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ class CalendarWidget extends FullCalendarWidget url: EventResource::getUrl(name: 'view', parameters: ['record' => $event]), shouldOpenUrlInNewTab: true ) + ->toArray() ) ->all(); } @@ -273,7 +274,9 @@ The locale to use when displaying texts and dates. See: [locale](https://fullcal `locale` (Default: `config('app.locale')`) ### plugins(`array` $plugins, `bool` $merge) -The plugins to enable. You can add more plugins if you wish, or replace the default ones by passing `false` as the second param for the method. See: [plugins](https://fullcalendar.io/docs/plugin-index) +The plugins to enable. You can add more plugins if you wish, or replace the default ones by passing `false` as the second param for the method. +Avaliable: `interaction, dayGrid, timeGrid, list, multiMonth, scrollGrid, timeline, adaptive, resource, resourceDayGrid, resourceTimeline, resourceTimeGrid, rrule, moment, momentTimezone` +See: [plugins](https://fullcalendar.io/docs/plugin-index) `plugins` Default: `['dayGrid', 'timeGrid']` `merge` Default: `true`