-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatic.json
More file actions
55 lines (55 loc) · 1.27 KB
/
static.json
File metadata and controls
55 lines (55 loc) · 1.27 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
{
"_static": {
"generator": {
"name": "@globus/static-search-portal"
}
},
"data": {
"version": "1.0.0",
"attributes": {
"metadata": {
"title": "Disordered Configurations Search Portal"
},
"content": {
"headline": "Searchable database for the disordered network configurations created for the DMREF project"
},
"features": {
"transfer": false
},
"components": {
"Result": {
"heading": "entries[0].content.name",
"fields": [
{
"label": "Tags",
"property": "entries[0].content.tags"
},
{
"label": "Download Link",
"property": "entries[0].content.website",
"type": "link"
},
{
"label": "Image",
"property": "entries[0].content.image",
"type": "image"
}
]
}
},
"globus": {
"search": {
"index": "eaf95618-66d3-48d5-a9d2-79960cbee224",
"facets": [
{
"name": "Tags",
"field_name": "tags",
"type": "terms",
"size": 10
}
]
}
}
}
}
}