From 2bf3c0c8939fe1a992c7d2cb42615d3a089752b9 Mon Sep 17 00:00:00 2001 From: Laurent Garnier Date: Sun, 6 Oct 2024 10:51:01 +0200 Subject: [PATCH] Fix format for "datetime" context (config description parameter) The new expected format is "YYYY-MM-DD hh:mm:ss" instead of "YYYY-MM-DD hh:mm" as previously documented. The "datetime" context is currently not used by official bindings and this context value is also not yet supported by Main UI. Signed-off-by: Laurent Garnier --- developers/addons/config-xml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/addons/config-xml.md b/developers/addons/config-xml.md index 233669e074..bf85b0ffa5 100644 --- a/developers/addons/config-xml.md +++ b/developers/addons/config-xml.md @@ -117,7 +117,7 @@ The following contexts require a specific format of the content: password-createtextalphanumeric characterscustom password input colortext#000000 - #ffffff (hex color)<input type="color"/> datetextYYYY-MM-DD<input type="date"/> - datetimetextYYYY-MM-DD hh:mmcustom input field + datetimetextYYYY-MM-DD hh:mm:sscustom input field emailtextusername@domain.com<input type="email"/> monthtextmonth of yearcustom input field weekintegerweek of yearcustom input field