block.json
27 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "shop-press/loop-sku", |
| 5 | "version": "1.0.0", |
| 6 | "title": "Loop SKU", |
| 7 | "category": "sp_woo_loop", |
| 8 | |
| 9 | "description": "", |
| 10 | "supports": { |
| 11 | "html": false |
| 12 | }, |
| 13 | "textdomain": "shop-press", |
| 14 | "editorScript": "file:./index.js", |
| 15 | "render": "file:./render.php", |
| 16 | "attributes": { |
| 17 | "wrapperID": { |
| 18 | "type": "string", |
| 19 | "default": "" |
| 20 | }, |
| 21 | "styler": { |
| 22 | "type": "string", |
| 23 | "default": "{}" |
| 24 | } |
| 25 | } |
| 26 | } |
| 27 |