Added auxiliaryFields rows in examplePass model

This commit is contained in:
Alexander Cerutti
2022-11-12 00:20:56 +01:00
parent ab70e61f81
commit 036e4753c4

View File

@@ -41,6 +41,20 @@
"label": "LOCATION", "label": "LOCATION",
"value": "Moscone West" "value": "Moscone West"
} }
],
"auxiliaryFields": [
{
"key": "Foo",
"value": "foo2",
"label": "Foo(l)",
"row": 0
},
{
"key": "Foo2",
"value": "foo3",
"label": "Foo(l)2",
"row": 1
}
] ]
} }
} }