mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 01:02:47 +00:00
change field type for date fields
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"key": "check_date",
|
||||
"type": "text",
|
||||
"type": "date",
|
||||
"label": "Last Checked Date",
|
||||
"placeholder": "YYYY-MM-DD"
|
||||
"placeholder": "YYYY-MM-DD",
|
||||
"universal": true,
|
||||
"terms": [
|
||||
"survey date",
|
||||
"last survey date"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "wreck:date_sunk",
|
||||
"type": "text",
|
||||
"type": "date",
|
||||
"label": "Date Sunk"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "opening_date",
|
||||
"type": "text",
|
||||
"type": "date",
|
||||
"label": "Expected Opening Date",
|
||||
"placeholder": "YYYY-MM-DD"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "start_date",
|
||||
"type": "text",
|
||||
"type": "date",
|
||||
"universal": true,
|
||||
"label": "Start Date",
|
||||
"placeholder": "YYYY-MM-DD",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "survey:date",
|
||||
"type": "text",
|
||||
"type": "date",
|
||||
"label": "Last Survey Date"
|
||||
}
|
||||
|
||||
@@ -779,6 +779,8 @@ en:
|
||||
label: Last Checked Date
|
||||
# check_date field placeholder
|
||||
placeholder: YYYY-MM-DD
|
||||
# 'terms: survey date,last survey date'
|
||||
terms: '[translate with synonyms or related terms for ''Last Checked Date'', separated by commas]'
|
||||
circumference:
|
||||
# circumference=*
|
||||
label: Circumference (at Breast Height)
|
||||
|
||||
Reference in New Issue
Block a user