From 4cbd8354c94f1a2278b418ec93b4dd7841e8ce3f Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sat, 8 Aug 2026 13:11:28 -0400 Subject: [PATCH] Update types --- types.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/types.json b/types.json index db2b90a..f8213ad 100644 --- a/types.json +++ b/types.json @@ -7,6 +7,9 @@ "location": "multitext", "orgs": "multitext", "related": "multitext", - "categories": "multitext" + "categories": "multitext", + "start": "date", + "end": "date", + "finalized": "checkbox" } } \ No newline at end of file