-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslack.json
63 lines (63 loc) · 1.02 KB
/
slack.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "mm월 dd일 MM 점심메뉴",
"emoji": true
}
},
{
"type": "divider"
},
{
"type": "image",
"title": {
"type": "plain_text",
"text": "👩🍳🍽️👩🍔🍳",
"emoji": true
},
"image_url": "",
"alt_text": "menu image"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "메뉴 정보 입력"
}
},
{
"type": "divider"
},
{
"type": "context",
"elements": [
{
"type": "image",
"image_url": "https://cataas.com/cat/gif?height=50&width=50",
"alt_text": "cute cat"
},
{
"type": "mrkdwn",
"text": "*Cat* has approved this message."
}
]
},
{
"type": "context",
"elements": [
{
"type": "image",
"image_url": "https://cataas.com/cat/gif?height=50&width=50",
"alt_text": "cute dog"
},
{
"type": "mrkdwn",
"text": "*Dog* has approved this message."
}
]
}
]
}