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