Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. {
  2. "type": "bubble",
  3. "hero": {
  4. "type": "image",
  5. "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png",
  6. "size": "full",
  7. "aspectRatio": "20:13",
  8. "aspectMode": "cover",
  9. "action": {
  10. "type": "uri",
  11. "uri": "http://linecorp.com/"
  12. }
  13. },
  14. "body": {
  15. "type": "box",
  16. "layout": "vertical",
  17. "contents": [
  18. {
  19. "type": "text",
  20. "text": "Brown Cafe",
  21. "weight": "bold",
  22. "size": "xl"
  23. },
  24. {
  25. "type": "box",
  26. "layout": "baseline",
  27. "margin": "md",
  28. "contents": [
  29. {
  30. "type": "icon",
  31. "size": "sm",
  32. "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
  33. },
  34. {
  35. "type": "icon",
  36. "size": "sm",
  37. "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
  38. },
  39. {
  40. "type": "icon",
  41. "size": "sm",
  42. "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
  43. },
  44. {
  45. "type": "icon",
  46. "size": "sm",
  47. "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
  48. },
  49. {
  50. "type": "icon",
  51. "size": "sm",
  52. "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gray_star_28.png"
  53. },
  54. {
  55. "type": "text",
  56. "text": "4.0",
  57. "size": "sm",
  58. "color": "#999999",
  59. "margin": "md",
  60. "flex": 0
  61. }
  62. ]
  63. },
  64. {
  65. "type": "box",
  66. "layout": "vertical",
  67. "margin": "lg",
  68. "spacing": "sm",
  69. "contents": [
  70. {
  71. "type": "box",
  72. "layout": "baseline",
  73. "spacing": "sm",
  74. "contents": [
  75. {
  76. "type": "text",
  77. "text": "Place",
  78. "color": "#aaaaaa",
  79. "size": "sm",
  80. "flex": 1
  81. },
  82. {
  83. "type": "text",
  84. "text": "Miraina Tower, 4-1-6 Shinjuku, Tokyo",
  85. "wrap": true,
  86. "color": "#666666",
  87. "size": "sm",
  88. "flex": 5
  89. }
  90. ]
  91. },
  92. {
  93. "type": "box",
  94. "layout": "baseline",
  95. "spacing": "sm",
  96. "contents": [
  97. {
  98. "type": "text",
  99. "text": "Time",
  100. "color": "#aaaaaa",
  101. "size": "sm",
  102. "flex": 1
  103. },
  104. {
  105. "type": "text",
  106. "text": "10:00 - 23:00",
  107. "wrap": true,
  108. "color": "#666666",
  109. "size": "sm",
  110. "flex": 5
  111. }
  112. ]
  113. }
  114. ]
  115. }
  116. ]
  117. },
  118. "footer": {
  119. "type": "box",
  120. "layout": "vertical",
  121. "spacing": "sm",
  122. "contents": [
  123. {
  124. "type": "button",
  125. "style": "link",
  126. "height": "sm",
  127. "action": {
  128. "type": "uri",
  129. "label": "CALL",
  130. "uri": "https://linecorp.com"
  131. }
  132. },
  133. {
  134. "type": "button",
  135. "style": "link",
  136. "height": "sm",
  137. "action": {
  138. "type": "uri",
  139. "label": "WEBSITE",
  140. "uri": "https://linecorp.com"
  141. }
  142. },
  143. {
  144. "type": "spacer",
  145. "size": "sm"
  146. }
  147. ],
  148. "flex": 0
  149. }
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement