Last active
February 12, 2021 10:42
-
-
Save PamornT/440fb7788e8c501ad7115b7d7ed14a3b to your computer and use it in GitHub Desktop.
This file contains 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": "bubble", | |
"body": { | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "image", | |
"url": "https://sv1.picz.in.th/images/2020/02/29/x8qxLa.jpg", | |
"aspectRatio": "341:148", | |
"size": "full" | |
} | |
], | |
"position": "absolute", | |
"height": "110px", | |
"width": "260px", | |
"offsetTop": "22px", | |
"offsetStart": "22px" | |
}, | |
{ | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "text", | |
"text": "3 กก xxxx", | |
"align": "center", | |
"size": "4xl", | |
"weight": "bold" | |
} | |
] | |
}, | |
{ | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "text", | |
"text": "กรุงเทพมหานคร", | |
"align": "center", | |
"size": "xl" | |
} | |
] | |
} | |
], | |
"borderWidth": "5px", | |
"borderColor": "#000000", | |
"cornerRadius": "10px", | |
"paddingAll": "5px" | |
} | |
], | |
"borderColor": "#000000" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment