Akron | a149da4 | 2024-04-12 12:01:57 +0200 | [diff] [blame^] | 1 | [{ |
| 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 | }] |