[{ | |
"name" : "Export", | |
"desc" : "Exports Kalamar results", | |
"embed" : [{ | |
"panel" : "result", | |
"title" : "exports KWICs and snippets", | |
"icon" : "\uf019", | |
"classes" : ["button-icon", "plugin" ], | |
"onClick" : { | |
"action" : "setWidget", | |
"permissions" : ["forms", "scripts", "downloads"], | |
"template" : "https://korap.ids-mannheim.de/plugin/export/export" | |
} | |
}] | |
},{ | |
"name" : "External Resources", | |
"desc" : "Get extended access from an external provider", | |
"embed" : [{ | |
"panel" : "match", | |
"title" : "Full Text", | |
"classes" : ["plugin","cart"], | |
"icon":"\f07a", | |
"onClick" : { | |
"action" : "addWidget", | |
"template" : "https://korap.ids-mannheim.de/plugin/external/", | |
"permissions": [ | |
"scripts", | |
"popups" | |
] | |
} | |
}] | |
}] |