Akron | 831d2b2 | 2022-12-20 16:00:04 +0100 | [diff] [blame] | 1 | { |
| 2 | "name" : "External Provider", |
| 3 | "desc" : "Buy content from an external provider", |
| 4 | "embed" : [{ |
| 5 | "panel" : "match", |
| 6 | "title" : "Buy", |
| 7 | "classes" : ["cart"], |
| 8 | "onClick" : { |
| 9 | "action" : "addWidget", |
Akron | 9a75a54 | 2022-12-21 12:11:40 +0100 | [diff] [blame^] | 10 | "template" : "https://korap.ids-mannheim.de/instance/test/plugin/external/", |
Akron | 831d2b2 | 2022-12-20 16:00:04 +0100 | [diff] [blame] | 11 | "permissions": [ |
| 12 | "scripts", |
Akron | 9a75a54 | 2022-12-21 12:11:40 +0100 | [diff] [blame^] | 13 | "popups" |
Akron | 831d2b2 | 2022-12-20 16:00:04 +0100 | [diff] [blame] | 14 | ] |
| 15 | } |
| 16 | }] |
| 17 | } |