generated from globus/template-search-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
static.json
80 lines (80 loc) · 1.85 KB
/
static.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
70
71
72
73
74
75
76
77
78
79
80
{
"_static": {
"generator": {
"name": "@globus/static-search-portal"
}
},
"data": {
"version": "1.0.0",
"attributes": {
"metadata": {
"title": "Project Icicle"
},
"content": {
"headline": "Project Icicle"
},
"features": {
"transfer": false,
"authentication": true,
"requireAuthentication": true,
"useLocalStorage": true
},
"components": {
"ResultListing": {
"heading": "entries[0].content.filename",
"fields": [
{
"label": "Size",
"property": "entries[0].content.file_size",
"type": "bytes"
},
{
"label": "Modified",
"property": "entries[0].content.mod_time",
"type": "date"
},
{
"label": "Accessed",
"property": "entries[0].content.access_time",
"type": "date"
},
{
"label": "Content",
"property": "entries[0].content"
}
]
},
"Result": {
"fields": [
{
"label": "Content",
"property": "entries[0].content"
}
]
}
},
"globus": {
"application": {
"client_id": "f79c5c65-31cb-4c4a-9573-5207fccac9a6"
},
"search": {
"index": "635b610a-4ea9-4761-825a-30dcde98adc9",
"facets": [
{
"name": "Group",
"field_name": "group_id",
"type": "terms",
"size": 10
},
{
"name": "User",
"field_name": "user_id",
"type": "terms",
"size": 10
}
]
}
}
}
}
}