-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstatic.json
55 lines (55 loc) · 1.16 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
{
"_static": {
"generator": {
"name": "@globus/static-search-portal"
}
},
"data": {
"version": "1.0.0",
"attributes": {
"metadata": {
"title": "Search | Globus Search Portal"
},
"content": {
"headline": "Globus Search Portal"
},
"features": {
"transfer": false
},
"components": {
"Result": {
"heading": "entries[0].content.name",
"fields": [
{
"label": "Tags",
"property": "entries[0].content.tags"
},
{
"label": "Region",
"property": "entries[0].content.region"
}
]
}
},
"globus": {
"search": {
"index": "78b92aca-e361-4307-8f66-bc448f20e2c3",
"facets": [
{
"name": "Tags",
"field_name": "tags",
"type": "terms",
"size": 10
},
{
"name": "Region",
"field_name": "region",
"type": "terms",
"size": 10
}
]
}
}
}
}
}