block.json
35 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "surecart/product-media-old", |
| 4 | "title": "Product Media", |
| 5 | "description": "A container to display the product media", |
| 6 | "category": "surecart", |
| 7 | "textdomain": "surecart", |
| 8 | "keywords": ["image", "media"], |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "auto_height": { |
| 15 | "type": "boolean", |
| 16 | "default": true |
| 17 | }, |
| 18 | "height": { |
| 19 | "type": "string", |
| 20 | "default": "310px" |
| 21 | }, |
| 22 | "width": { |
| 23 | "type": "number" |
| 24 | }, |
| 25 | "thumbnails_per_page": { |
| 26 | "type": "number", |
| 27 | "default": 5 |
| 28 | }, |
| 29 | "id": { |
| 30 | "type": "string" |
| 31 | } |
| 32 | }, |
| 33 | "style": "file:./style.css" |
| 34 | } |
| 35 |