-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflex.json
More file actions
48 lines (48 loc) · 1.15 KB
/
Copy pathflex.json
File metadata and controls
48 lines (48 loc) · 1.15 KB
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
44
45
46
47
48
{
"type": "bubble",
"header": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "Dicoding Academy",
"weight": "bold"
}
]
},
"hero": {
"type": "image",
"url": "https://www.dicoding.com/images/small/academy/menjadi_android_developer_expert_logo_041217105708.png",
"size": "full",
"aspectRatio": "4:3",
"aspectMode": "cover"
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "Menjadi Android Developer Expert",
"size": "sm",
"color": "#c9302c",
"weight": "bold"
},
{
"type": "text",
"text": "oleh: Dicoding Indonesia",
"size": "sm",
"color": "#c9302c"
},
{
"type": "text",
"text": "Jadilah expert di dunia pemrograman Android. Materi disusun oleh Dicoding sebagai Google Authorized Training Partner.",
"size": "sm",
"wrap": true,
"margin": "lg"
}
]
},
"footer": {}
}