block.json
19 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/amazon", |
| 5 | "title": "Amazon (Beta)", |
| 6 | "description": "Promote Amazon products and earn a commission from sales.", |
| 7 | "keywords": [ "amazon", "affiliate" ], |
| 8 | "version": "12.5.0", |
| 9 | "textdomain": "jetpack", |
| 10 | "category": "earn", |
| 11 | "icon": "amazon", |
| 12 | "supports": { |
| 13 | "align": true, |
| 14 | "alignWide": false, |
| 15 | "html": false |
| 16 | }, |
| 17 | "editorScript": "file:../editor-beta.js" |
| 18 | } |
| 19 |