From edba6d3f1a9e1969e7e7cb14bbe64c09b235d585 Mon Sep 17 00:00:00 2001 From: Adam Patterson Date: Sun, 13 Jul 2025 21:07:09 -0600 Subject: [PATCH] Update event.yaml adding Months to Period I noticed that Months was missing, but I think it's covered in the Unit tests. https://github.com/transformstudios/statamic-events/blob/main/tests/Unit/RecurringEveryXEventsTest.php#L200 --- resources/fieldsets/event.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/fieldsets/event.yaml b/resources/fieldsets/event.yaml index 4057b7b..e76ced3 100644 --- a/resources/fieldsets/event.yaml +++ b/resources/fieldsets/event.yaml @@ -59,6 +59,7 @@ fields: options: days: Days weeks: Weeks + months: Months years: Years display: Period width: 50