Tweak input_datetime documentation (#16968)

This commit is contained in:
Erik Montnemery 2021-03-12 11:37:52 +01:00 committed by GitHub
parent d51b254bb2
commit 23774f95f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,12 +52,12 @@ input_datetime:
required: false
type: string
has_time:
description: Set to `true` if the input should have a time. At least one `has_time` or `has_date` must be defined.
description: Set to `true` if the input should have a time. At least one of `has_time` or `has_date` must be defined.
required: false
type: boolean
default: false
has_date:
description: Set to `true` if the input should have a date. At least one `has_time` or `has_date` must be defined.
description: Set to `true` if the input should have a date. At least one of `has_time` or `has_date` must be defined.
required: false
type: boolean
default: false