blob: 1cd65a9e6c02deb092f5f38ba6d774f9e3985bfa [file] [log] [blame]
Akrona149da42024-04-12 12:01:57 +02001[{
2 "name" : "Export",
3 "desc" : "Exports Kalamar results",
4 "embed" : [{
5 "panel" : "result",
6 "title" : "exports KWICs and snippets",
7 "icon" : "\uf019",
8 "classes" : ["button-icon", "plugin" ],
9 "onClick" : {
10 "action" : "setWidget",
11 "permissions" : ["forms", "scripts", "downloads"],
12 "template" : "https://korap.ids-mannheim.de/plugin/export/export"
13 }
14 }]
15},{
16 "name" : "External Resources",
17 "desc" : "Get extended access from an external provider",
18 "embed" : [{
19 "panel" : "match",
20 "title" : "Full Text",
21 "classes" : ["plugin","cart"],
22 "icon":"\f07a",
23 "onClick" : {
24 "action" : "addWidget",
25 "template" : "https://korap.ids-mannheim.de/plugin/external/",
26 "permissions": [
27 "scripts",
28 "popups"
29 ]
30 }
31 }]
32}]