-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfeatures.json
85 lines (85 loc) · 3.38 KB
/
features.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
81
82
83
84
85
[
{
"face": "https://pbs.twimg.com/profile_images/905906120794963968/lHQ0ivpW_400x400.jpg",
"notes": "Add a nav bar underneath the search bar to provide additional links in the primo-explore UI",
"who": "NYU Libraries",
"what": "primo-explore-search-bar-sub-menu",
"linkGit": "https://github.com/NYULibraries/primo-explore-search-bar-sub-menu",
"npmid": "search-bar-sub-menu-studio",
"version": "0.0.4",
"hook": "prm-search-bar-after",
"config": {
"multiple":5,
"form":
[
{"key":"name"},
{"key":"description"},
{"key":"action"},
{"key":"iconSet", "templateOptions":{"label": "icon set"}},
{"key":"iconName", "templateOptions":{"label": "icon name"}},
{"key":"cssClasses"},
{"key":"show_xs"}
]
}
},
{
"face": "https://avatars0.githubusercontent.com/u/9952833?s=400&v=4",
"notes": "Add custom text and an option to expand results to PCI when no records retrieved",
"who": "Sarah Zum",
"what": "Custom text and link to PCI when no search results",
"linkGit": "https://github.com/SarahZum/primo-explore-custom-no-results",
"npmid": "primo-explore-custom-no-results",
"version": "0.0.2",
"hook": "prm-no-search-result-after"
},
{
"face": "https://avatars2.githubusercontent.com/u/5121409?s=200&v=4",
"notes": "When search results are displayed, a record's OCLC numbers are passed to the HathiTrust Bib API. If at least one item with free full-text access is found, a link to the HathiTrust record is appended to the availability section",
"who": "UMNLibraries",
"what": "primo-explore-hathitrust-availability",
"linkGit": "https://github.com/UMNLibraries/primo-explore-hathitrust-availability",
"npmid": "hathi-trust-availability-studio",
"version": "0.0.2",
"hook": "prm-search-result-availability-line-after"
},
{
"face": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQR63Hw5_KOSu46kUJhwJbxYFMbKxUsfIpwsKAq7gb99RD5pCK7",
"notes": "Slider input for range facet",
"who": "John Doe",
"what": "Date slider for range facet",
"linkGit": "https://github.com/noamamit92/primo-explore-search-bar-demo",
"npmid": "primo-explore-date-slider",
"version": "0.0.1",
"hook": "prm-facet-range-after"
},
{
"face": "https://pbs.twimg.com/profile_images/905906120794963968/lHQ0ivpW_400x400.jpg",
"notes": "Override the availability-links section in brief and full results with a link to your link resolver",
"who": "NYU Libraries",
"what": "primo-explore-getit-to-link-resolver",
"linkGit": "https://github.com/NYULibraries/primo-explore-getit-to-link-resolver",
"npmid": "primo-explore-getit-to-link-resolver-studio",
"version": "2.0.7",
"hook": "prm-search-result-availability-line-after"
},
{
"face": "https://developers.google.com/experts/img/user/117030935449976517020.png",
"notes": "A demo feature for search bar hook",
"who": "Jane Doe",
"what": "Search Bar Demo A",
"linkGit": "https://github.com/noamamit92/primo-explore-search-bar-demo",
"npmid": "primo-explore-app-store-feature-demo-a",
"version": "0.0.2",
"hook": "prm-search-bar-after"
},
{
"face": "https://avatars0.githubusercontent.com/u/18166991?s=460&v=4",
"notes": "A demo feature for search bar hook",
"who": "Shoul Manevitz",
"what": "Search Bar Demo B",
"linkGit": "https://github.com/noamamit92/primo-explore-search-bar-demo",
"npmid": "primo-explore-app-store-feature-demo-b",
"version": "0.0.2",
"hook": "prm-search-bar-after"
}
]