block.json
50 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/blog-stats", |
| 5 | "title": "Blog Stats", |
| 6 | "description": "Show a stats counter for your blog.", |
| 7 | "keywords": [ |
| 8 | "views", |
| 9 | "hits", |
| 10 | "analytics", |
| 11 | "counter", |
| 12 | "visitors" |
| 13 | ], |
| 14 | "version": "1.0", |
| 15 | "textdomain": "jetpack", |
| 16 | "category": "grow", |
| 17 | "icon": "<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path d='M160-200h160v-320H160v320Zm240 0h160v-560H400v560Zm240 0h160v-240H640v240ZM80-120v-480h240v-240h320v320h240v400H80Z'/></svg>", |
| 18 | "supports": { |
| 19 | "align": true, |
| 20 | "alignWide": true, |
| 21 | "html": false, |
| 22 | "multiple": true, |
| 23 | "reusable": true, |
| 24 | "color": { |
| 25 | "gradients": true |
| 26 | }, |
| 27 | "spacing": { |
| 28 | "margin": true, |
| 29 | "padding": true |
| 30 | }, |
| 31 | "typography": { |
| 32 | "__experimentalFontFamily": true, |
| 33 | "fontSize": true |
| 34 | } |
| 35 | }, |
| 36 | "attributes": { |
| 37 | "label": { |
| 38 | "type": "string" |
| 39 | }, |
| 40 | "statsData": { |
| 41 | "type": "string", |
| 42 | "default": "views" |
| 43 | }, |
| 44 | "statsOption": { |
| 45 | "type": "string", |
| 46 | "default": "site" |
| 47 | } |
| 48 | }, |
| 49 | "editorScript": "jetpack-blocks-editor" |
| 50 | } |