block.json
46 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/product-quantity-old", |
| 4 | "title": "Product Quantity", |
| 5 | "description": "Displays quantity selector for a product.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["quantity", "form", "product"], |
| 8 | "attributes": { |
| 9 | "label": { |
| 10 | "type": "string" |
| 11 | }, |
| 12 | "id": { |
| 13 | "type": "string" |
| 14 | } |
| 15 | }, |
| 16 | "supports": { |
| 17 | "reusable": false, |
| 18 | "html": false, |
| 19 | "spacing": { |
| 20 | "margin": true, |
| 21 | "padding": true |
| 22 | }, |
| 23 | "typography": { |
| 24 | "fontSize": true |
| 25 | }, |
| 26 | "color": { |
| 27 | "gradients": false, |
| 28 | "background": false, |
| 29 | "link": false, |
| 30 | "__experimentalDefaultControls": { |
| 31 | "background": true, |
| 32 | "text": true, |
| 33 | "link": true |
| 34 | } |
| 35 | }, |
| 36 | "__experimentalBorder": { |
| 37 | "radius": true, |
| 38 | "__experimentalSkipSerialization": true, |
| 39 | "__experimentalDefaultControls": { |
| 40 | "radius": true |
| 41 | } |
| 42 | } |
| 43 | }, |
| 44 | "style": "file:./preload.css" |
| 45 | } |
| 46 |