forked from isfaaghyth/SavvyHome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
42 lines (42 loc) · 949 Bytes
/
test.json
File metadata and controls
42 lines (42 loc) · 949 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
{
"$jason": {
"head": {
"title": "center aligned vertical layout"
},
"body": {
"sections": [{
"items": [{
"type": "vertical",
"style": {
"align": "center"
},
"components": [
{
"type": "image",
"url": "https://pbs.twimg.com/profile_images/557061751150112768/eMwi4Xz2.jpeg",
"style": {
"width": "100"
}
},
{
"type": "label",
"style": {
"color": "#000000",
"background": "#ff0000"
},
"text": "John Doe"
},
{
"type": "button",
"text": "Follow",
"style": {
"color": "#ff0000",
"background": "#000000"
}
}
]
}]
}]
}
}
}