-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflex_facebook.json
More file actions
43 lines (43 loc) · 918 Bytes
/
flex_facebook.json
File metadata and controls
43 lines (43 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"type": "bubble",
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "Kunjungi Link Berikut ini"
},
{
"type": "image",
"url": "https://lh3.googleusercontent.com/_KPc9mv9-8g872UxnkhwLM0cSz_zNhnM3VFPDDqiql35sxa0E-OCc3ZcBQbZApZKP8Q",
"margin": "none",
"position": "relative",
"align": "center",
"gravity": "center",
"size": "full",
"aspectMode": "cover",
"action": {
"type": "uri",
"label": "action",
"uri": "http://fb.com"
}
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "button",
"action": {
"type": "uri",
"label": "Kunjungi",
"uri": "http://fb.com/"
},
"style": "primary"
}
]
}
}