-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprimary_table.json
69 lines (64 loc) · 910 Bytes
/
primary_table.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
64
65
66
67
68
69
{
"font_family": "gotham, verdana, sans-serif",
"font_size": {
"main": "16px",
"properties": "14px"
},
"colors": {
"text": "#444444",
"background": "#f6f6f6",
"text_properties": "#444444",
"background_properties": "#fcfcfc",
"border_properties": "#e4e4e4",
"link": "#0098cc"
},
"padding": {
"row": "5px 10px"
},
"width": {
"properties_table": {
"max": "800px"
}
},
"images": {
"xm_logo": {
"url": "https://na1.xmatters.com/static/images/logo.png",
"height": "35px"
},
"third_party_logo": {
"url": "",
"height": "",
"width": ""
}
},
"rows": [
{
"isStandard": true,
"data": {
"label": "",
"parts": [
]
}
},
{
"isLink": true,
"data": {
"text": "Sample",
"parts": [
]
}
},
{
"isImage": true,
"data": {
"parts": [
]
}
}
],
"main_message": {
"text": "",
"parts": [
]
}
}