Skip to content
Snippets Groups Projects
Verified Commit 1872e83b authored by Lee Rowlands's avatar Lee Rowlands
Browse files

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

parent 65856307
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -743,6 +743,16 @@ field.value.float: ...@@ -743,6 +743,16 @@ field.value.float:
type: float type: float
label: 'Value' 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 with a text format.
text_format: text_format:
type: mapping type: mapping
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment