Blame view

test.json 1.28 KB
f4bbcb63   Surasit Yerpui   เพิ่ม ตัวอย่าง ac...
1
2
3
4
5
{
  "type": "flex",
  "altText": "GenContentFlex!0",
  "contents": {
    "type": "bubble",
f4bbcb63   Surasit Yerpui   เพิ่ม ตัวอย่าง ac...
6
7
8
    "body": {
      "type": "box",
      "layout": "vertical",
b9184255   Surasit Yerpui   update Code Reweb...
9
      "spacing": "sm",
f4bbcb63   Surasit Yerpui   เพิ่ม ตัวอย่าง ac...
10
11
12
      "contents": [
        {
          "type": "text",
b9184255   Surasit Yerpui   update Code Reweb...
13
14
15
16
          "text": "Arm Chair, White",
          "weight": "bold",
          "size": "xl",
          "wrap": true,
f4bbcb63   Surasit Yerpui   เพิ่ม ตัวอย่าง ac...
17
          "contents": []
b9184255   Surasit Yerpui   update Code Reweb...
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
        },
        {
          "type": "box",
          "layout": "baseline",
          "contents": [
            {
              "type": "text",
              "text": "$49",
              "weight": "bold",
              "size": "xl",
              "flex": 0,
              "wrap": true,
              "contents": []
            },
            {
              "type": "text",
              "text": ".99",
              "weight": "bold",
              "size": "sm",
              "flex": 0,
              "wrap": true,
              "contents": []
            }
          ]
f4bbcb63   Surasit Yerpui   เพิ่ม ตัวอย่าง ac...
42
43
44
45
46
        }
      ]
    },
    "footer": {
      "type": "box",
b9184255   Surasit Yerpui   update Code Reweb...
47
48
      "layout": "vertical",
      "spacing": "sm",
f4bbcb63   Surasit Yerpui   เพิ่ม ตัวอย่าง ac...
49
50
51
52
53
      "contents": [
        {
          "type": "button",
          "action": {
            "type": "uri",
b9184255   Surasit Yerpui   update Code Reweb...
54
            "label": "Add to Cart",
f4bbcb63   Surasit Yerpui   เพิ่ม ตัวอย่าง ac...
55
            "uri": "https://linecorp.com"
b9184255   Surasit Yerpui   update Code Reweb...
56
57
          },
          "style": "primary"
f4bbcb63   Surasit Yerpui   เพิ่ม ตัวอย่าง ac...
58
59
60
61
62
        }
      ]
    }
  }
}