From db9fad6210ffa6a846b77e0306934c9ba54d097c Mon Sep 17 00:00:00 2001 From: Doobox Date: Tue, 9 May 2023 14:16:33 +0100 Subject: [PATCH] Date Control Default Value Made it clear that the value for the date controls default value should be of type date, not string. --- _controls/date/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_controls/date/index.md b/_controls/date/index.md index 090f9bc..28f9ad3 100644 --- a/_controls/date/index.md +++ b/_controls/date/index.md @@ -9,7 +9,7 @@ properties: - title: Default Value key: default - type: string containing a date + type: date (containing a date, eg: 2023-07-09T12:27:13Z) default: now markdown: true