mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 23:25:26 +00:00
Added auxiliaryFields rows in examplePass model
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user