-
Notifications
You must be signed in to change notification settings - Fork 61
/
now-ui.json
63 lines (63 loc) · 1.33 KB
/
now-ui.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
{
"components": {
"example-agent-assist" : {
"innerComponents": [
"now-icon",
"now-loader",
"now-heading"
]
},
"example-customer-360": {
"innerComponents": [
"now-avatar",
"now-icon",
"now-label-value-stacked",
"now-label-value-inline",
"now-heading"
],
"properties": [
{
"name": "table",
"label": "table",
"description": "Name of the table to pick caller from",
"readOnly": false,
"fieldType": "table_name",
"required": true,
"defaultValue": "incident",
"typeMetadata": {}
},
{
"name": "sysId",
"label": "sysId",
"description": "The unique identifier for the record",
"readOnly": false,
"fieldType": "string",
"required": true,
"defaultValue": "85071a1347c12200e0ef563dbb9a71c1",
"typeMetadata": {}
}
]
},
"example-checklist" : {
"uiBuilder": {
"label": "Checklist",
"icon": "list-fill",
"description": "Logged in users can manage their tasks",
"category": "primitives",
"associatedTypes": [
"global.core"
]
},
"innerComponents": [
"now-heading",
"now-loader",
"now-button",
"now-toggle",
"example-checklist-item",
"now-label-value-inline",
"now-button-iconic"
]
}
},
"scopeName": "x_now_components"
}