From 1d063e938774a9611e5cfe6eecf9c96953e2606b Mon Sep 17 00:00:00 2001 From: jyj_0306 Date: Wed, 20 Oct 2021 07:42:23 +0000 Subject: [PATCH] card calendar adds offdays attr Signed-off-by: jyj_0306 Change-Id: I5182f157f7b1899022cce7e8d96d47e47650414f --- api/form/hml/basic/calendar.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api/form/hml/basic/calendar.json b/api/form/hml/basic/calendar.json index 33865d0e6b..c90db7fee6 100644 --- a/api/form/hml/basic/calendar.json +++ b/api/form/hml/basic/calendar.json @@ -25,6 +25,18 @@ ], "type": "string" }, + { + "name": "offdays", + "supportedDevices": ["phone", "tablet", "wearable", "tv", "car"], + "required": false, + "description": [ + { + "name": "", + "supportedDevices": ["phone", "tablet", "wearable", "tv", "car"] + } + ], + "type": "string" + }, { "name": "cardcalendar", "supportedDevices": ["phone", "tablet", "wearable", "tv", "car"], -- Gitee