Created
May 31, 2018 08:33
-
-
Save miki2826/7cf6743187ebb29926da97a79b259e78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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