block.json
32 lines
| 1 | { |
| 2 | "name": "woocommerce/classic-shortcode", |
| 3 | "title": "Classic Shortcode", |
| 4 | "description": "Renders classic WooCommerce shortcodes.", |
| 5 | "category": "woocommerce", |
| 6 | "keywords": [ "WooCommerce" ], |
| 7 | "supports": { |
| 8 | "interactivity": { |
| 9 | "clientNavigation": false |
| 10 | }, |
| 11 | "align": true, |
| 12 | "html": false, |
| 13 | "multiple": false, |
| 14 | "reusable": false, |
| 15 | "inserter": true |
| 16 | }, |
| 17 | "attributes": { |
| 18 | "shortcode": { |
| 19 | "type": "string", |
| 20 | "default": "cart", |
| 21 | "enum": [ "cart", "checkout" ] |
| 22 | }, |
| 23 | "align": { |
| 24 | "type": "string", |
| 25 | "default": "wide" |
| 26 | } |
| 27 | }, |
| 28 | "textdomain": "woocommerce", |
| 29 | "apiVersion": 3, |
| 30 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 31 | } |
| 32 |