Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ pt_id | Required | Value - `pt_carousel`
pt_title | Required | Title
pt_msg | Required | Message
pt_msg_summary | Optional | Message line when Notification is expanded
pt_dl1 | Required | Deep Link
pt_dl1 | Required | Deep Link for first image
pt_dl2 | Optional | Deep Link for second image (defaults to pt_dl1)
pt_dl3 | Optional | Deep Link for third image (defaults to pt_dl1)
pt_img1 | Required | Image One
pt_img1_alt_text | Optional | Alt Text for Image One
pt_img2 | Required | Image Two
Expand All @@ -311,7 +313,9 @@ pt_id | Required | Value - `pt_manual_carousel`
pt_title | Required | Title
pt_msg | Required | Message
pt_msg_summary | Optional | Message line when Notification is expanded
pt_dl1 | Required | Deep Link One
pt_dl1 | Required | Deep Link for first image
pt_dl2 | Optional | Deep Link for second image (defaults to pt_dl1)
pt_dl3 | Optional | Deep Link for third image (defaults to pt_dl1)
pt_img1 | Required | Image One
pt_img1_alt_text | Optional | Alt Text for Image One
pt_img2 | Required | Image Two
Expand Down