Issue #2931294 by claudiu.cristea, Wim Leers: Timestamp field type misses schema for value
parent
6585630775
commit
1872e83be5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue