From f58ee7f53491d7a023f6f3dd359c562cbfee1bdf Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 17 Oct 2024 21:09:04 +0200 Subject: [PATCH] Fixed sample model --- .../posterEventTicketWithNewSeats.pass/pass.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/examples/models/posterEventTicketWithNewSeats.pass/pass.json b/examples/models/posterEventTicketWithNewSeats.pass/pass.json index dcd5b41..a138f06 100644 --- a/examples/models/posterEventTicketWithNewSeats.pass/pass.json +++ b/examples/models/posterEventTicketWithNewSeats.pass/pass.json @@ -28,7 +28,7 @@ "value": "The text to show" }, { - "key": "additionalInfo-1", + "key": "additionalInfo-2", "label": "Additional Info 2", "value": "The text to show 2" }, @@ -36,20 +36,13 @@ "key": "lineItem3", "label": "Emergency Contact", "value": "+1 8716 12736131", - "dataDetectorTypes": [ - "PKDataDetectorTypePhoneNumber", - "used only on Watch" - ] + "dataDetectorTypes": ["PKDataDetectorTypePhoneNumber"] }, { "key": "lineItem4", "label": "Test link", "value": "https://apple.com", - "dataDetectorTypes": [ - "PKDataDetectorTypeLink", - "used only on Watch" - ], - "textAlignment": "", + "dataDetectorTypes": ["PKDataDetectorTypeLink"], "attributedValue": "Used literally on iPhone, used correctly on Watch" } ]