block.json
63 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 1, |
| 4 | "name": "jetpack/amazon", |
| 5 | "title": "Amazon (Beta)", |
| 6 | "description": "Promote Amazon products and earn a commission from sales.", |
| 7 | "keywords": [ |
| 8 | "amazon", |
| 9 | "affiliate" |
| 10 | ], |
| 11 | "version": "12.5.0", |
| 12 | "textdomain": "jetpack", |
| 13 | "category": "earn", |
| 14 | "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M18.42 14.58c-.51-.66-1.05-1.23-1.05-2.5V7.87c0-1.8.15-3.45-1.2-4.68-1.05-1.02-2.79-1.35-4.14-1.35-2.6 0-5.52.96-6.12 4.14-.06.36.18.54.4.57l2.66.3c.24-.03.42-.27.48-.5.24-1.12 1.17-1.63 2.2-1.63.56 0 1.22.21 1.55.7.4.56.33 1.31.33 1.97v.36c-1.59.18-3.66.27-5.16.93a4.63 4.63 0 0 0-2.93 4.44c0 2.82 1.8 4.23 4.1 4.23 1.95 0 3.03-.45 4.53-1.98.51.72.66 1.08 1.59 1.83.18.09.45.09.63-.1v.04l2.1-1.8c.24-.21.2-.48.03-.75zm-5.4-1.2c-.45.75-1.14 1.23-1.92 1.23-1.05 0-1.65-.81-1.65-1.98 0-2.31 2.1-2.73 4.08-2.73v.6c0 1.05.03 1.92-.5 2.88z'></path><path d='M21.69 19.2a17.62 17.62 0 0 1-21.6-1.57c-.23-.2 0-.5.28-.33a23.88 23.88 0 0 0 20.93 1.3c.45-.19.84.3.39.6z'></path><path d='M22.8 17.96c-.36-.45-2.22-.2-3.1-.12-.23.03-.3-.18-.05-.36 1.5-1.05 3.96-.75 4.26-.39.3.36-.1 2.82-1.5 4.02-.21.18-.42.1-.3-.15.3-.8 1.02-2.58.69-3z'></path></svg>", |
| 15 | "supports": { |
| 16 | "align": true, |
| 17 | "alignWide": false, |
| 18 | "html": false |
| 19 | }, |
| 20 | "attributes": { |
| 21 | "backgroundColor": { |
| 22 | "type": "string" |
| 23 | }, |
| 24 | "textColor": { |
| 25 | "type": "string" |
| 26 | }, |
| 27 | "buttonAndLinkColor": { |
| 28 | "type": "string" |
| 29 | }, |
| 30 | "style": { |
| 31 | "type": "string", |
| 32 | "default": "small", |
| 33 | "validValues": [ |
| 34 | "small", |
| 35 | "large" |
| 36 | ] |
| 37 | }, |
| 38 | "asin": { |
| 39 | "type": "string" |
| 40 | }, |
| 41 | "showImage": { |
| 42 | "default": true, |
| 43 | "type": "boolean" |
| 44 | }, |
| 45 | "showTitle": { |
| 46 | "default": true, |
| 47 | "type": "boolean" |
| 48 | }, |
| 49 | "showSeller": { |
| 50 | "default": false, |
| 51 | "type": "boolean" |
| 52 | }, |
| 53 | "showPrice": { |
| 54 | "default": true, |
| 55 | "type": "boolean" |
| 56 | }, |
| 57 | "showPurchaseButton": { |
| 58 | "default": true, |
| 59 | "type": "boolean" |
| 60 | } |
| 61 | }, |
| 62 | "editorScript": "jetpack-blocks-editor" |
| 63 | } |