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", | ||||
10 | "template" : "http://localhost:3003/demo/plugin-client.html", | ||||
11 | "permissions": [ | ||||
12 | "scripts", | ||||
13 | "downloads" | ||||
14 | ] | ||||
15 | } | ||||
16 | }] | ||||
17 | } |