-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcapabilities.json
More file actions
65 lines (65 loc) · 1.66 KB
/
Copy pathcapabilities.json
File metadata and controls
65 lines (65 loc) · 1.66 KB
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
{
"dataRoles": [
{
"displayName": "Values to Export",
"name": "exportValues",
"kind": "GroupingOrMeasure"
}
],
"objects": {
"exportSettings": {
"displayName": "Export Settings",
"properties": {
"headerText": {
"displayName": "Static Header Text",
"description": "Text to display as header.",
"type": {
"formatting": {
"labelDisplayUnits": true
}
}
},
"buttonText": {
"displayName": "Button Text",
"description": "Text on the export button",
"type": {
"text": true
}
}
}
}
},
"dataViewMappings": [
{
"categorical": {
"categories": {
"for": {
"in": "exportValues"
}
},
"values": {
"select": [
{
"bind": {
"to": "exportValues"
}
}
]
}
}
}
],
"privileges": [
{
"name": "ExportContent",
"essential": true
},
{
"name": "WebAccess",
"essential": true,
"parameters": [
"*"
]
}
]
}