block.json
44 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/wordads", |
| 5 | "title": "Ad", |
| 6 | "description": "Earn income by adding high quality ads to your post.", |
| 7 | "keywords": [ |
| 8 | "ads", |
| 9 | "WordAds", |
| 10 | "advertisement" |
| 11 | ], |
| 12 | "version": "12.5.0", |
| 13 | "textdomain": "jetpack", |
| 14 | "category": "monetize", |
| 15 | "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M12,8H4A2,2 0 0,0 2,10V14A2,2 0 0,0 4,16H5V20A1,1 0 0,0 6,21H8A1,1 0 0,0 9,20V16H12L17,20V4L12,8M15,15.6L13,14H4V10H13L15,8.4V15.6M21.5,12C21.5,13.71 20.54,15.26 19,16V8C20.53,8.75 21.5,10.3 21.5,12Z'/></svg>", |
| 16 | "supports": { |
| 17 | "align": [ |
| 18 | "left", |
| 19 | "center", |
| 20 | "right" |
| 21 | ], |
| 22 | "alignWide": false, |
| 23 | "className": false, |
| 24 | "customClassName": false, |
| 25 | "html": false, |
| 26 | "reusable": false |
| 27 | }, |
| 28 | "attributes": { |
| 29 | "align": { |
| 30 | "type": "string", |
| 31 | "default": "center" |
| 32 | }, |
| 33 | "format": { |
| 34 | "type": "string", |
| 35 | "default": "mrec" |
| 36 | }, |
| 37 | "hideMobile": { |
| 38 | "type": "boolean", |
| 39 | "default": false |
| 40 | } |
| 41 | }, |
| 42 | "example": {}, |
| 43 | "editorScript": "jetpack-blocks-editor" |
| 44 | } |