Issue #2931294 by claudiu.cristea, Wim Leers: Timestamp field type misses schema for value

8.5.x
Lee Rowlands 2017-12-27 18:19:18 +10:00
parent 6585630775
commit 1872e83be5
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 10 additions and 0 deletions

View File

@ -743,6 +743,16 @@ field.value.float:
type: float
label: 'Value'
# Schema for the configuration of the Timestamp field type.
field.value.timestamp:
type: mapping
label: 'Timestamp value'
mapping:
value:
type: timestamp
label: 'Value'
# Text with a text format.
text_format:
type: mapping