Add start_date universal field

(re: #3439)
This commit is contained in:
Bryan Housel
2017-03-01 23:12:41 -05:00
parent 4d64028232
commit ec0e9c5d0c
4 changed files with 18 additions and 0 deletions
+3
View File
@@ -1136,6 +1136,9 @@ en:
stars:
# stars=*
label: Stars
start_date:
# start_date=*
label: Start Date
step_count:
# step_count=*
label: Number of Steps
+6
View File
@@ -1527,6 +1527,12 @@
"type": "number",
"label": "Stars"
},
"start_date": {
"key": "start_date",
"type": "text",
"universal": true,
"label": "Start Date"
},
"step_count": {
"key": "step_count",
"type": "number",
+6
View File
@@ -0,0 +1,6 @@
{
"key": "start_date",
"type": "text",
"universal": true,
"label": "Start Date"
}
+3
View File
@@ -1686,6 +1686,9 @@
"stars": {
"label": "Stars"
},
"start_date": {
"label": "Start Date"
},
"step_count": {
"label": "Number of Steps"
},