Skip to content

Instantly share code, notes, and snippets.

@miki2826
Created May 31, 2018 08:33
Show Gist options
  • Save miki2826/7cf6743187ebb29926da97a79b259e78 to your computer and use it in GitHub Desktop.
Save miki2826/7cf6743187ebb29926da97a79b259e78 to your computer and use it in GitHub Desktop.
{
"type": "vertical",
"elements": [
{
"type": "image",
"url": "https://cdn.bgr.com/2016/08/iphone-8-concept.jpg?quality=98&strip=all",
"tooltip": "image tooltip"
},
{
"type": "text",
"text": "product name (Title)",
"tooltip": "text tooltip",
"style": {
"bold": true,
"size": "large"
}
},
{
"type": "text",
"text": "product name (Title)",
"tooltip": "text tooltip"
},
{
"type": "button",
"tooltip": "button tooltip",
"title": "Add to cart",
"click": {
"actions": [
{
"type": "link",
"name": "Add to cart",
"uri": "https://example.com"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment