forked from aprildunnam/ListFormatting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TeamsChat.json
43 lines (40 loc) · 1.28 KB
/
TeamsChat.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
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"children": [
{
"elmType": "a",
"style": {
"padding-right": "8px"
},
"txtContent": "Chat in Teams",
"attributes": {
"target": "_blank",
"href": {
"operator": "+",
"operands": [
"https://teams.microsoft.com/l/chat/0/0?users=",
"@currentField",
"&message=Please order more widgets "
]
}
}
},
{
"elmType": "a",
"attributes": {
"target":"_blank",
"iconName": "TeamsLogo",
"class": "sp-field-quickActions",
"href": {
"operator": "+",
"operands": [
"https://teams.microsoft.com/l/chat/0/0?users=",
"@currentField",
"&message=Please order more widgets"
]
}
}
}
]
}