-
Notifications
You must be signed in to change notification settings - Fork 23
/
FormFooterSample
40 lines (40 loc) · 1.31 KB
/
FormFooterSample
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
{
"debugMode": true,
"elmType": "div",
"style": {
"width": "100%",
"text-align": "left",
"overflow": "hidden",
"border-top-width": "1px"
},
"children": [
{
"elmType": "div",
"attributes": {
"class": "ms-borderColor-neutralTertiary"
},
"style": {
"width": "100%",
"padding-top": "10px",
"height": "24px",
"border-top-width": "1px",
"border-bottom-width": "0px",
"border-left-width": "0px",
"border-right-width": "0px",
"border-style": "solid",
"margin-top": "16px"
},
"children": [
{
"elmType": "a",
"txtContent": "Need Help? Contact the help desk",
"attributes": {
"target": "_blank",
"href": "https://teams.microsoft.com/l/call/0/0?users=insertEmailHere",
"class": "ms-fontColor-themePrimary ms-borderColor-themePrimary ms-fontWeight-regular ms-fontSize-m ms-fontColor-neutralSecondary–hover ms-bgColor-themeLight–hover"
}
}
]
}
]
}