Skip to content

Instantly share code, notes, and snippets.

@NikitaKozlov
Last active May 12, 2022 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NikitaKozlov/c2165dc9e2e11c0f9f018d4ea1d268ba to your computer and use it in GitHub Desktop.
Save NikitaKozlov/c2165dc9e2e11c0f9f018d4ea1d268ba to your computer and use it in GitHub Desktop.
SDUI location banners with no tracking
{
"contractVersion": 1,
"layout": {
"type": "vertical_list",
"content": [
{
"type": "location_banner",
"title": "Paris",
"button_text": "See all 731 tickets & tours",
"image_url": "https://cdn.getyourguide.com/img/tour/5f367de9d9c98.jpeg/145.jpg",
"on_click_link": "gyg://search/something",
},
{
"type": "location_banner",
"title": "Paris",
"button_text": "See all 731 tickets & tours",
"image_url": "http://getyourguide.com/images/eiffel-tower-1234.jpg",
"on_click_link": "https://cdn.getyourguide.com/img/tour/5f367de9d9c98.jpeg/145.jpg",
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment