7c8aefcb5b9a5b8b21b352920c933f9a294446e0
[arvados-workbench2.git] / public / file-viewers-example.json
1 [
2     {
3         "name": "File browser",
4         "extensions": [
5             ".txt",
6             ".zip"
7         ],
8         "url": "https://doc.arvados.org",
9         "filePathParam": "filePath"
10     },
11     {
12         "name": "Collection browser",
13         "extensions": [],
14         "collections": true,
15         "url": "https://doc.arvados.org",
16         "filePathParam": "collectionPath"
17     },
18     {
19         "name": "Universal browser",
20         "collections": true,
21         "url": "https://doc.arvados.org",
22         "filePathParam": "filePath"
23     }
24 ]