block.json
44 lines
| 1 | { |
| 2 | "name": "surecart/store-logo", |
| 3 | "title": "Store Logo", |
| 4 | "apiVersion": 3, |
| 5 | "description": "Display the store logo.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["logo", "image", "store", "store logo"], |
| 8 | "textdomain": "surecart", |
| 9 | "supports": { |
| 10 | "html": false, |
| 11 | "spacing": { |
| 12 | "margin": true, |
| 13 | "padding": true |
| 14 | }, |
| 15 | "__experimentalBorder": { |
| 16 | "width": true, |
| 17 | "color": true, |
| 18 | "__experimentalDefaultControls": { |
| 19 | "width": true, |
| 20 | "color": true |
| 21 | } |
| 22 | } |
| 23 | }, |
| 24 | "attributes": { |
| 25 | "width": { |
| 26 | "type": "number" |
| 27 | }, |
| 28 | "height": { |
| 29 | "type": "number" |
| 30 | }, |
| 31 | "maxWidth": { |
| 32 | "type": "number", |
| 33 | "default": 180 |
| 34 | }, |
| 35 | "maxHeight": { |
| 36 | "type": "number" |
| 37 | }, |
| 38 | "isLinkToHome": { |
| 39 | "type": "boolean", |
| 40 | "default": true |
| 41 | } |
| 42 | } |
| 43 | } |
| 44 |