Files
bam/event-dates.json
Felix Schulze 4b93109582
All checks were successful
Check / Lint and Check (push) Successful in 33s
add block duration and test
2025-10-27 12:53:56 +01:00

9 lines
358 B
JSON

{
"eventDates": ["2025-09-05", "2025-10-25", "2025-12-06", "1999-01-01"],
"cutoffTime": "23:00",
"blockDurationHours": 6,
"message": "Sign-ups are closed for today's event. Please come back tomorrow.",
"internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after cutoffTime (23:00) for blockDurationHours (6 hours)."
}