From 036e4753c4c38c81952dd4afec9459ba0e16e634 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 12 Nov 2022 00:20:56 +0100 Subject: [PATCH] Added auxiliaryFields rows in examplePass model --- examples/models/examplePass.pass/pass.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/models/examplePass.pass/pass.json b/examples/models/examplePass.pass/pass.json index 44026d9..cdb2916 100644 --- a/examples/models/examplePass.pass/pass.json +++ b/examples/models/examplePass.pass/pass.json @@ -41,6 +41,20 @@ "label": "LOCATION", "value": "Moscone West" } + ], + "auxiliaryFields": [ + { + "key": "Foo", + "value": "foo2", + "label": "Foo(l)", + "row": 0 + }, + { + "key": "Foo2", + "value": "foo3", + "label": "Foo(l)2", + "row": 1 + } ] } }