block.json
25 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "name": "woocommerce/dropdown", |
| 4 | "title": "Dropdown", |
| 5 | "description": "Display options in a dropdown.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "WooCommerce" ], |
| 8 | "textdomain": "woocommerce", |
| 9 | "apiVersion": 3, |
| 10 | "ancestor": [ |
| 11 | "woocommerce/add-to-cart-with-options-variation-selector-attribute" |
| 12 | ], |
| 13 | "supports": { |
| 14 | "interactivity": true, |
| 15 | "woocommerce": { |
| 16 | "innerBlockDisplayStyle": true |
| 17 | } |
| 18 | }, |
| 19 | "usesContext": [ "woocommerce/selectableItems", "woocommerce/attributeId" ], |
| 20 | "attributes": {}, |
| 21 | "viewScriptModule": "woocommerce/dropdown", |
| 22 | "style": "file:../woocommerce/dropdown-style.css", |
| 23 | "editorStyle": "file:../woocommerce/dropdown-editor.css" |
| 24 | } |
| 25 |