blob: dd6b9d9195060b1d7e2c1c8b91162cc1ee1b53d7 [file] [log] [blame]
Marc Kupietzd5f58572025-09-21 18:21:48 +02001[
2 {
3 "name": "Export",
4 "desc": "Exports Kalamar results",
5 "embed": [
6 {
7 "panel": "result",
8 "title": "exports KWICs and snippets",
9 "icon": "\uf019",
10 "classes": [
11 "button-icon",
12 "plugin"
13 ],
14 "onClick": {
15 "action": "addWidget",
16 "template": "https://korap.dnb.de/deliko/plugin/export/export",
17 "permissions": [
18 "forms",
19 "scripts",
20 "downloads"
21 ]
22 }
23 }
24 ]
25 }
26]