change field type for date fields

This commit is contained in:
Martin Raifer
2023-01-27 17:15:07 +01:00
parent 9135435b5b
commit 010dd614c8
6 changed files with 13 additions and 6 deletions
+7 -2
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
{
"key": "wreck:date_sunk",
"type": "text",
"type": "date",
"label": "Date Sunk"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"key": "opening_date",
"type": "text",
"type": "date",
"label": "Expected Opening Date",
"placeholder": "YYYY-MM-DD"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"key": "start_date",
"type": "text",
"type": "date",
"universal": true,
"label": "Start Date",
"placeholder": "YYYY-MM-DD",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "survey:date",
"type": "text",
"type": "date",
"label": "Last Survey Date"
}