Akron | 74dbfe0 | 2022-12-20 13:41:59 +0100 | [diff] [blame] | 1 | { |
Akron | ebdfa00 | 2022-12-20 13:48:33 +0100 | [diff] [blame] | 2 | "name" : "External Provider", |
Akron | 74dbfe0 | 2022-12-20 13:41:59 +0100 | [diff] [blame] | 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 | ebdfa00 | 2022-12-20 13:48:33 +0100 | [diff] [blame] | 10 | "template" : "http://localhost:3003/demo/plugin-client.html", |
| 11 | "permissions": [ |
| 12 | "scripts", |
| 13 | "downloads" |
| 14 | ] |
Akron | 74dbfe0 | 2022-12-20 13:41:59 +0100 | [diff] [blame] | 15 | } |
| 16 | }] |
| 17 | } |