Skip to content

Commit 1ac2951

Browse files
new picker examples
1 parent 03d3e0d commit 1ac2951

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"sdk": "8.0",
3+
"entry": {
4+
"oneDrive": {
5+
"files": {}
6+
}
7+
},
8+
"authentication": {},
9+
"messaging": {
10+
"origin": "http://localhost:3000",
11+
"channelId": "27"
12+
},
13+
"typesAndSources": {
14+
"mode": "files",
15+
"pivots": {
16+
"oneDrive": true,
17+
"recent": true
18+
}
19+
},
20+
"search": {
21+
"enabled": true
22+
}
23+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"sdk": "8.0",
3+
"entry": {
4+
"oneDrive": {
5+
"files": {}
6+
}
7+
},
8+
"authentication": {},
9+
"messaging": {
10+
"origin": "http://localhost:3000",
11+
"channelId": "27"
12+
},
13+
"typesAndSources": {
14+
"mode": "folders",
15+
"pivots": {
16+
"oneDrive": true,
17+
"recent": true
18+
},
19+
"filters": ["folder"]
20+
},
21+
"tray": {
22+
"prompt": "save-as",
23+
"saveAs": {
24+
"fileName": "test.txt"
25+
}
26+
},
27+
"commands": {
28+
"pick": {
29+
"label": "Save As"
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)