-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentCard.json
43 lines (43 loc) · 1.18 KB
/
presentCard.json
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": "AdaptiveCard",
"minHeight": "100px",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.2",
"body": [
{
"type": "TextBlock",
"text": "Zero RZ Queue",
"fontType": "Default",
"horizontalAlignment": "Center",
"weight": "Bolder",
"color": "Accent",
"size": "ExtraLarge"
},
{
"type": "TextBlock",
"text": "[1] Scream (Scream#9999) | 1000 Queue Points",
"color": "Light",
"fontType": "Default",
"weight": "Bolder"
},
{
"type": "TextBlock",
"text": "Queue Length: 10",
"color": "Accent",
"spacing": "Small",
"horizontalAlignment": "Center",
"weight": "Bolder"
},
{
"type": "TextBlock",
"text": "Reserve your queue place now!",
"horizontalAlignment": "Center",
"weight": "Bolder",
"color": "Accent",
"size": "Small",
"spacing": "Small"
}
]
}
]